Hi! I like programming. Severely addicted to high-performance code. Mostly involved in the low-level side of things, like memory layouts, concurrent data structures, and SIMD. Interested in OS design, programming languages, privacy/security, network protocols, and compiler architecture. Dabbling in number theory every once in a while. Working at @ nlnetlabs , on DNS software. Writing a Rust compiler ( https:// bal-e.org/speed/krabby ) on the side. 🏳️⚧️
Hi! I like programming. Severely addicted to high-performance code. Mostly involved in the low-level side of things, like memory layouts, concurrent data structures, and SIMD. Interested in OS design, programming languages, privacy/security, network protocols, and compiler architecture. Dabbling in number theory every once in a while. Working at @ nlnetlabs , on DNS software. Writing a Rust compiler ( https:// bal-e.org/speed/krabby ) on the side. 🏳️⚧️
I might put together a bibliography of academic papers on concurrent memory reclamation. I built my own reclaimer by looking at two existing Rust crates, and not going much further; I thought there was little academic research in the field, but it turns out there are quite a few papers! I really want to compare the performance of different implementations, but FFI would complicate things significantly. I'll probably put that bibliography (perhaps with some comments, so closer to a catalog of some kind) in my repository.