Loading...
Loading...
Available on 1 platform
Sign in to view source links and access this dataset
An artifact containing source code and benchmarks from the paper "Efficient Lock-Free Removing and Compaction for the Cache-Trie Data Structure". The implementations, written in Scala using the Reactors.IO framework, present lock-free remove operations with and without compaction for cache-tries, which improve lookup and insert times from O(log n) to O(1). A performance evaluation compares these novel implementations against three similar data structures, with full details provided in the artifact-doc.pdf file.
The artifact is provided as a tarball and requires Scala and the Reactors.IO framework to run.