A current list of planned changes, features, and/or improvements to be made.
-
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.
- TBD