Pinned Repositories
buzzy
An exploration of low-latency (MS)P(MS)C queues
endor
Compiler toolkit - experimental
ghost-cell
An implementation of Joshua Yanovski's Ghost Cell paper.
ghost-collections
Safe collections written in stable Rust, based on GhostCell and StaticRc.
jagged
Collection of insert-only wait-free data-structures.
llmalloc
A low-latency malloc implementation
rust-poly
Exploration of polymorphism in Rust
static-rc
Compile-time reference counting
storage
An exploration of Storages
storage-poc
Exploration of using Storage instead of Allocator to parameterize collections in Rust
matthieu-m's Repositories
matthieu-m/ghost-cell
An implementation of Joshua Yanovski's Ghost Cell paper.
matthieu-m/static-rc
Compile-time reference counting
matthieu-m/ghost-collections
Safe collections written in stable Rust, based on GhostCell and StaticRc.
matthieu-m/storage-poc
Exploration of using Storage instead of Allocator to parameterize collections in Rust
matthieu-m/storage
An exploration of Storages
matthieu-m/jagged
Collection of insert-only wait-free data-structures.
matthieu-m/llmalloc
A low-latency malloc implementation
matthieu-m/rust-poly
Exploration of polymorphism in Rust
matthieu-m/endor
Compiler toolkit - experimental
matthieu-m/buzzy
An exploration of low-latency (MS)P(MS)C queues
matthieu-m/ghost-sea
Structural branding for zero-cost borrowing of aliased references
matthieu-m/gv
matthieu-m/rfc2580
matthieu-m/rust
Empowering everyone to build reliable and efficient software.
matthieu-m/stysh
Exploration in language design
matthieu-m/sudidakt
A didactic sudoku solver
matthieu-m/aarc
Atomically updatable variants of Arc and Weak for lock-free concurrency.
matthieu-m/arkiv-rs
Minimalistc Rust crate for reading/writing archives
matthieu-m/bpftop
bpftop provides a dynamic real-time view of running eBPF programs. It displays the average runtime, events per second, and estimated total CPU % for each program.
matthieu-m/bursty
Multi-thread code test with a focus on exacerbating contention
matthieu-m/core-to-core-latency
Measures the latency between CPU cores
matthieu-m/corefxlab
This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.
matthieu-m/hashbrown
Rust port of Google's SwissTable hash map
matthieu-m/matthieu-m.github.io
Personal pages
matthieu-m/regex
matthieu-m/retest
Exploration of a more flexible and powerful test API
matthieu-m/rfcs
RFCs for changes to Rust
matthieu-m/rust-movecell
`std::cell::Cell` for not-implicitly-copyable types.
matthieu-m/SeaOfNodesSimple
A Simple showcase for the Sea-of-Nodes compiler IR
matthieu-m/TurboPFor
Fastest Integer Compression