v0.2.0
π cachegrand v0.2.0: Featuring RDB Load/Save, Eviction Policies, Performance Enhancements, and More!
We're excited to announce the release of cachegrand v0.2.0, packed with new features, optimizations, and improvements to elevate your data storage experience. Here's what's new in this release:
β¨ New Features:
- RDB Load/Save support: Exchange data with Redis or other Redis-like platforms (currently supporting strings only)
- Keys Eviction: Configurable limits and policies with default hard limit at 75% usable memory and soft limit at 70%
- Auto-tuning keys eviction aggressiveness based on soft and hard limits
- Clock Performance Improvements: Switched to TSC for most time-related operations
- Optimized Hashtable: Efficiently identifies and skips empty sections to save cycles and avoid unnecessary data scanning
- io_uring Cooperative Taskrun and Single Issuer Support: Boosts performance (5.19 kernel required for Taskrun; 6.0 kernel required for Single Issuer)
- FFMA Support without Hugepages: Rewritten and optimized, outperforming other memory allocators in most cases under low and high concurrency
π Visit our website https://cachegrand.io/ and GitHub repository https://github.com/danielealbano/cachegrand for more information.