carrotdata / carrot-cache

In-Out-Process Java cache (L1/L2 off-heap, scalable, ZeroGC) with full SSD support
Apache License 2.0
3 stars 0 forks source link

[CODE] `MemoryIndex` to support long hash (16-32 bytes) `IndexFormat` #473

Open VladRodionov opened 3 weeks ago

VladRodionov commented 3 weeks ago

Primary usages:

  1. Use Cache as K-V store with virtually 0% collision rate
  2. Support efficient GetValueRange requests.