mirror of
https://github.com/meineerde/rackstash.git
synced 2025-12-19 15:01:12 +00:00
Since the fields are (through the thread-local BufferStack) only ever accessed from a single Thread, there is no need to accept the additional locking overhead of the Concurrent raw values. We can just use simple Hashes and Arrays here for higher performance.