Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 543 Bytes

ROADMAP.md

File metadata and controls

23 lines (16 loc) · 543 Bytes

Roadmap / TODO

A current list of planned changes, features, and/or improvements to be made.

v1.0.x

  • Increase code coverage from 97% to 100%.

  • For the Hasher classes, look into:

    • Fnv1-A 64
    • Murmur3C
    • Murmur3F
    • XXH3
    • XXH64
    • XXH128
  • Improve BenchmarkTest.

  • See if there are any improvements that can be made to the PHPBench benchmarks in tests/Bench.

  • PHPUnit tests improvement: perhaps split tests into multiple classes and groups, be more thorough.

v2.0.0

  • TBD