Welcome, Guest! Log In | Create Account

Share

Cache-Optimized Concurrent Skip List

by jmacd

The cache-optimized concurrent skip list is a set of algorithms for maintaining dynamic ordered mappings. Top-down balancing algorithms minimize cache-misses while using a per-node read-write spinlock to coordinate shared access. Designed for Linux 2.4.


http://sourceforge.net/projects/skiplist

Database, Operating System Kernels

Project Feed

Cache-Optimized Concurrent Skip List Actions