rust-hosted-langs / runtimes-WG
Working group focused on language runtimes - implementing GC and concurrency in safe Rust APIs
☆34Updated 6 years ago
Alternatives and similar repositories for runtimes-WG:
Users that are interested in runtimes-WG are comparing it to the libraries listed below
- A very small GC in Rust, with a safe API☆61Updated 8 months ago
- Spawn processes with arbitrary closures in rust☆110Updated 3 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- A toy Lisp compiler targeting x86-64☆40Updated 5 years ago
- Runtime with fast GC and easy concurrency.☆43Updated 4 years ago
- ☆93Updated last year
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Scripting DSL with Rust interpreter☆33Updated 2 years ago
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine☆90Updated 3 years ago
- Tutorial and demo of rust compiler replacement tooling☆56Updated 4 years ago
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆48Updated last year
- D-inspired contract programming in Rust using macros☆54Updated 3 years ago
- LLVM wrappers for Rust☆68Updated 7 years ago
- Simple language parser, interpreter and CLI built in Rust, to be used for baremetal/no_std environments.☆20Updated 2 years ago
- A fast map for when one doesn't care about choosing the keys.☆26Updated 4 months ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 4 years ago
- A fuzzing tool for incremental compilation that walks git history☆32Updated 6 years ago
- Experimental persistent collections in Rust☆45Updated 7 years ago
- ☆25Updated 9 years ago
- The peano numbers implemented in Rust's type system.☆24Updated 8 years ago
- In support of measuring heap allocations in Rust programs.☆100Updated 5 years ago
- An efficient method of heaplessly converting numbers into their string representations, storing the representation within a reusable byte…☆43Updated 3 years ago
- A crate with indexed arenas with small memory footprint☆77Updated 6 months ago
- More maintainable Rust test☆28Updated 3 years ago
- Rust library providing a counter-based thread barrier☆53Updated 6 years ago
- Judy array implementation in pure Rust☆86Updated 7 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆100Updated last month
- ☆40Updated 6 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Following along with http://www.craftinginterpreters.com, except in Rust☆24Updated 7 years ago