RaftKeeper icon indicating copy to clipboard operation
RaftKeeper copied to clipboard

Use high performance hashmap in keeper store.

Open JackyWoo opened this issue 8 months ago • 1 comments

Describe your idea

Now we use a simple two-level hasmap which may have some disadvantages:

  1. Key is hashed twice.
  2. Hash function is not specially optimized in RaftKeeper.

JackyWoo avatar Jun 15 '24 05:06 JackyWoo