PHP Classes

File: ROADMAP.md

Recommend this page to a friend!
  Classes of Eric Sizemore   Consistent Hashing   ROADMAP.md   Download  
File: ROADMAP.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Consistent Hashing
Store values in a table using consistent hashing
Author: By
Last change: refactor: improve LookupBench benchmarks
feat: add Fnv1-a hasher
Date: 2 days ago
Size: 543 bytes
 

Contents

Class file image Download

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`.
  • [x] 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