Thread Safe Datastructures
- Arrays - implements thread-safe dynamic arrays.
- FIFO - implements a thread-safe FIFO
- LRU-Cache - implements a thread-safe Least Recently Used Cache
- AVL-Tree - implements a thread-safe AVL Tree
- Sets - implements thread safe sets on top of AVL Trees
- Some drawings on this subject
Availability
datastructs are available as PLanET package.
This page is referenced from en.wikipedia.org
and nl.wikipedia.org