/threadlocal

An experimental wait-free, concurrent implementation of java.lang.ThreadLocal

Primary LanguageJava

threadlocal

This implementation is an experiment that aims to improve upon correctness, performance, memory usage, and freedom compared to existing implementations.