RaftKeeper
RaftKeeper copied to clipboard
Use high performance hashmap in keeper store.
Describe your idea
Now we use a simple two-level hasmap which may have some disadvantages:
- Key is hashed twice.
- Hash function is not specially optimized in RaftKeeper.