Skip to content

MooooonPrism/KiWi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

ssssss 是的范德萨胜多负少的 asd asdsadasdsad 12331212315465

Releases

No releases published

Packages

No packages published

Languages

  • Java 52.2%
  • C 41.8%
  • Shell 3.1%
  • Python 2.2%
  • Makefile 0.7%