raptodb/rapto
🚀 A next-gen database with CAS model and SIMD operations
Rapto is a next-gen database with CAS model and SIMD operations.
The project is work in progress.
CAS (Cache As Storage) is a system in which storage is utilized and managed as a cache. Rather than maintaining two separate layers, CAS merges storage and caching into a single, unified layer.
The cache is organized through a priority-based sorting mechanism, supported by intelligent swapping strategies, to accelerate linear search while minimizing computational costs.