1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 21:35:45 +02:00
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-02-07 23:14:38 -05:00
2018-01-18 23:41:29 +01:00
2018-01-15 11:07:48 -05:00
2016-12-13 12:52:26 +11:00
2018-11-08 23:55:13 -05:00
2017-01-18 22:17:02 -05:00