Skip to content

sdimbsn/KiWi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

KiWi

A Key-Value Map for Scalable Real-Time Analytics

KiWi is the first atomic KV-map to efficiently support simultaneous large scans and real-time access. The key to achieving this is treating scans as first class citizens, and organizing the data structure around them. KiWi provides wait-free scans, whereas its put operations are lightweight and lock-free. It optimizes memory management jointly with data structure access.

The full details of the algorithm and its evaluation can be found in KiWi: A Key-Value Map for Scalable Real-Time Analytics, by Dmitry Basin, Edward Bortnikov, Anastasia Braginsky, Guy Golan-Gueta, Eshcar Hillel, Idit Keidar and Moshe Sulamy, published in PPoPP 2017.

Releases

No releases published

Packages

No packages published

Languages