- Somewhere, France
- https://www.freetards.xyz
-
Jack of one trade, master of none.
- Joined on
2023-09-05
5003ddc281
Merge branch 'master' of https://git.telodendria.io/Telodendria/Cytoplasm into mem-moment
b9dc169917
Merge pull request 'Fix file descriptor leakage' (#35) from lda/Cytoplasm:tls-file-leak into master
d983296dd2
[MOD] As it turns out, you do need to free thr fd.
WIP: Fast memory allocation
604d6cf017
Merge remote-tracking branch 'refs/remotes/origin/roomwerk' into roomwerk
21b015da2c
[MOD/WIP] Fix double-free on PL checks
Fix file descriptor leakage
Memory API is inefficient at freeing.
Oi, just wanted to point out I've pushed a modified version of my changes over at mem-moment
. It still doesn't use `MemoryIterate…
007b8f6d43
[MOD/WIP] Blazing-fast memory allocator 🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀
9108fef701
Fix inconsistent sanitation with the database (#32)
Memory API is inefficient at freeing.
Also, it seems like calling MemoryIterate
on every memory operation does also seem to grind them down(checking a large amount of allocations isn't free, after all), so we might also want to…
Memory API is inefficient at freeing.