danielealbano / cachegrand

cachegrand - a modern data ingestion, processing and serving platform built for today's hardware
BSD 3-Clause "New" or "Revised" License
975 stars 34 forks source link

Optimize Key Eviction with Bitonic Sorting and Key-less Deletion #294

Closed danielealbano closed 1 year ago

danielealbano commented 1 year ago

This pull request introduces an optimized key eviction strategy that leverages the bitonic sorting algorithm, improving performance and efficiency. It also includes changes such as dropping the batch size to 10 key, removing libhwy, and implementing a key-less deletion mechanism for storage db entries.