Explore >> Select a destination


You are here

coredumped.dev
| | boats.gitlab.io
2.5 parsecs away

Travel
| | I'm really excited to share with you an experiment that I've been working on for the past 5 or 6 weeks. It's a Rust library called shifgrethor. shifgrethor implements a garbage collector in Rust with an API I believe to be properly memory safe. I'll be going through all of the technical details in future blog posts, so I want to kick this series off with a high level overview of the project's purpose and design decisions.
| | without.boats
1.9 parsecs away

Travel
| | [AI summary] The author introduces Shifgrethor, a research-grade Rust library implementing a precise tracing garbage collector via a safe API for handling complex data structures like cyclic graphs.
| | ais523.me.uk
2.4 parsecs away

Travel
| |
| | leafo.net
16.8 parsecs away

Travel
| What is a PEG What is LPeg Installing LPeg Some simple grammars String equality Combining patterns Parsing numbers A calculator expression parser Closing What is a PEG A PEG, or Parsing Expression Grammar, is a way of describing a language (or patter...