lda lda
lda pushed to mem-moment at lda/Cytoplasm 2024-06-08 10:08:50 +00:00
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.
Compare 3 commits »
lda pushed to roomwerk at lda/telodendria 2024-06-08 09:58:44 +00:00
9203ec1268 [MOD] Join rooms via alias
lda pushed to roomwerk at lda/telodendria 2024-06-08 09:05:02 +00:00
9600d2ffb5 [FIX/WIP] Fix join rules
lda pushed to roomwerk at lda/telodendria 2024-06-08 08:31:44 +00:00
250d28b958 [UNTESTED/WIP] Room joins
lda pushed to roomwerk at lda/telodendria 2024-06-08 07:35:16 +00:00
6ce63b01ce [ADD/WIP] Basic means to view a room event.
lda pushed to roomwerk at lda/telodendria 2024-06-07 16:25:47 +00:00
e268471dba [ADD/WIP] Start work to send messages
lda pushed to roomwerk at lda/telodendria 2024-06-07 11:59:07 +00:00
39c4af8d4d [MOD/WIP] Start work for event sending
lda pushed to roomwerk at lda/telodendria 2024-06-06 21:26:26 +00:00
b0c3d6ce31 [MOD/WIP] Move caching in the StateResolve func.
lda pushed to roomwerk at lda/telodendria 2024-06-06 14:04:00 +00:00
3a2fec8a47 [MOD/TESTING] Begin storing the state at each event
lda created pull request Telodendria/Cytoplasm#36 2024-06-06 10:14:29 +00:00
WIP: Fast memory allocation
lda pushed to roomwerk at lda/telodendria 2024-06-04 11:47:37 +00:00
604d6cf017 Merge remote-tracking branch 'refs/remotes/origin/roomwerk' into roomwerk
21b015da2c [MOD/WIP] Fix double-free on PL checks
Compare 2 commits »
lda created pull request Telodendria/Cytoplasm#35 2024-06-03 17:43:23 +00:00
Fix file descriptor leakage
lda pushed to tls-file-leak at lda/Cytoplasm 2024-06-03 17:42:29 +00:00
d983296dd2 [MOD] As it turns out, you do need to free thr fd.
lda created branch tls-file-leak in lda/Cytoplasm 2024-06-03 17:42:29 +00:00
lda commented on issue Telodendria/Cytoplasm#34 2024-06-03 14:26:31 +00:00
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…

lda pushed to mem-moment at lda/Cytoplasm 2024-06-03 14:21:30 +00:00
007b8f6d43 [MOD/WIP] Blazing-fast memory allocator 🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀
9108fef701 Fix inconsistent sanitation with the database (#32)
Compare 2 commits »
lda created branch mem-moment in lda/Cytoplasm 2024-06-03 14:21:30 +00:00
lda commented on issue Telodendria/Cytoplasm#34 2024-06-02 16:28:57 +00:00
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…

lda opened issue Telodendria/Cytoplasm#34 2024-05-30 20:10:04 +00:00
Memory API is inefficient at freeing.
lda pushed to direct-filenames at lda/Cytoplasm 2024-05-26 20:07:01 +00:00
138ea1c8e9 [FIX] Oops.