Jordan Bancino jordan
jordan commented on issue Telodendria/Cytoplasm#63 2024-11-10 18:23:34 +00:00
Allocating 256 bytes for every allocation actually isn't wise

Wow, 2GB is a lot. So much for Telodendria being lightweight, haha. But yeah, I'm not surprised, I kind of figured that PR would cause some problems for us down the road.

I'd say the next…

jordan merged pull request Telodendria/Cytoplasm#62 2024-11-10 18:09:06 +00:00
Add the DbOperationArgs set of functions, and fix bug with LMDB
jordan pushed to master at Telodendria/Cytoplasm 2024-11-10 18:09:06 +00:00
32f31fe6d6 Merge pull request 'Add the DbOperationArgs set of functions, and fix bug with LMDB' (#62) from lda/Cytoplasm:db-args into master
f3838e775c Merge branch 'master' into db-args
100d61050f [ADD/FIX] Add DbOPERATIONArgs functions, fix LMDB
Compare 3 commits »
jordan commented on issue Telodendria/Cytoplasm#61 2024-11-09 15:17:58 +00:00
JSON decoding may cause potential issues related to signatures

Ah that's a good point. We can certainly have a function that produces a C string for when it's needed, but unfortunately I don't know if there's anything we can do if a NULL shows up in those…

jordan commented on issue Telodendria/Cytoplasm#61 2024-11-09 13:12:42 +00:00
JSON decoding may cause potential issues related to signatures

Good catch. The reason I did this was precisely because C strings are NULL-terminated, so I agree that we should move toward #4 if we really want to solve this issue, as that's really the only…

jordan pushed to master at Telodendria/Cytoplasm 2024-10-26 18:49:54 +00:00
b4841fffaa Merge pull request 'Add a function to decode a JSON value directly.' (#60) from lda/Cytoplasm:raw-types into master
39e81139f0 [ADD] Add JsonValueDecode to decode a simple value
Compare 2 commits »
jordan merged pull request Telodendria/Cytoplasm#60 2024-10-26 18:49:53 +00:00
Add a function to decode a JSON value directly.
jordan pushed to master at Telodendria/Cytoplasm 2024-10-24 11:57:52 +00:00
8df5f0f1c1 Merge pull request 'Make Memory API more friendly with alignment' (#59) from lda/Cytoplasm:alignment into master
708c5daad9 [FIX] Fix memory alignment issues
Compare 2 commits »
jordan merged pull request Telodendria/Cytoplasm#59 2024-10-24 11:57:51 +00:00
Make Memory API more friendly with alignment
jordan commented on issue Telodendria/Cytoplasm#58 2024-10-17 23:47:44 +00:00
volatile bitfields must not be used as synchronization primites

I actually am not so sure this is a big issue, because those variables are only ever modified by the main thread; it's not like they're being modified asynchronously. They're only written by one…

jordan commented on issue Telodendria/Cytoplasm#18 2024-10-17 13:34:06 +00:00
Twig Template Engine

By all means, I'd be happy to see what you come up with!

jordan opened issue actions/forgejo-release#1 2024-09-21 21:16:21 +00:00
Requires AMD64 Ubuntu
jordan deleted tag v1.7.0-alpha4-CI_TEST_ONLY from Telodendria/Telodendria 2024-09-21 21:13:18 +00:00
jordan deleted tag v1.7.0-alpha4-CI_TEST_ONLY-2 from Telodendria/Telodendria 2024-09-21 21:13:15 +00:00
jordan deleted tag v1.7.0-alpha4-CI_TEST_ONLY-3 from Telodendria/Telodendria 2024-09-21 21:13:13 +00:00
jordan deleted tag v1.7.0-alpha4-CI_TEST_ONLY-4 from Telodendria/Telodendria 2024-09-21 21:13:11 +00:00
jordan pushed tag v1.7.0-alpha4-CI_TEST_ONLY-3 to Telodendria/Telodendria 2024-09-21 21:13:03 +00:00
jordan pushed tag v1.7.0-alpha4-CI_TEST_ONLY-4 to Telodendria/Telodendria 2024-09-21 21:13:03 +00:00
jordan pushed tag v1.7.0-alpha4-CI_TEST_ONLY-2 to Telodendria/Telodendria 2024-09-21 21:13:03 +00:00
jordan pushed tag v1.7.0-alpha4-CI_TEST_ONLY to Telodendria/Telodendria 2024-09-21 21:13:02 +00:00