Silk Web

Silk Web is an attempt to create a unified, solid thread-safe container library similar to STL. The idea is to be able to have multiple threads working on the same container set at the same time without starvation or data corruption. Ambitious, but mostly complete :)