Skip to content

An implementation for a modified hopscotch hash-table introduced in uDepot paper (FAST '19)

Notifications You must be signed in to change notification settings

NurungG/udepot-hopscotch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uDepot Hopscotch

uDepot's index structure is based on hopscotch hashing, which linearly probes entries but bounds probe distance within a neighborhood. Its modified hopscotch hash-table effectively performs key-value addressing on top of fast NVMe devices and table resizing itself. In this project, we implement the modified hopscotch hash-table and evaluate its performance under specific configurations.

Description

An implementation for a modified hopscotch hash-table introduced in uDepot paper (FAST '19)

Authors

Jinwook Bae (jinwook.bae@dgist.ac.kr)

About

An implementation for a modified hopscotch hash-table introduced in uDepot paper (FAST '19)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published