Post #1484989
2026-03-26 07:51 UTC
@PolyWolf I might be developing exactly the same thing, as a query system architecture for a very-very-WIP Rust compiler :3
https://codeberg.org/bal-e/krabby/pulls/19
(the PR has been on hold while I was debugging data races, which spun into developing a concurrent memory reclaimer, https://codeberg.org/bal-e/housekeeping, which also had data races, but I've figured them out now)
Replies (1)
-
@PolyWolf@social.treehouse.systems 2026-03-26 14:11
@bal4e This is really cool!! Lots of sync primitives being built ground-up, I've been planning to just re-use wherever possible lol. Sometimes the speed demands it tho! Also I like all ur documentation, I haven't put nearly as much (or at all) effort into mine...