crazybob / threadlocal

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

threadlocal

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

About

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


Languages

Language:Java 99.5%Language:Shell 0.5%