1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-08 13:09:37 +02:00
Dateien
bees/include
Zygo Blaxell a676928ed5 fs: remove thread_local storage
If we are not zero-filling containers then the overhead of allocating them
on each use is negligible.  The effect that the thread_local containers
were having on RAM usage was very non-negligible.

Use dynamic containers (members or stack objects) for better control
of object lifetimes and much lower peak RAM usage.  They're a tiny bit
faster, too.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
2018-11-08 23:55:13 -05:00
..
2018-11-08 23:55:13 -05:00