matthieu-m

Results 7 repositories owned by matthieu-m

ghost-cell

406
Stars
15
Forks
Watchers

An implementation of Joshua Yanovski's Ghost Cell paper.

ghost-collections

174
Stars
5
Forks
Watchers

Safe collections written in stable Rust, based on GhostCell and StaticRc.

static-rc

406
Stars
12
Forks
Watchers

Compile-time reference counting

storage-poc

130
Stars
7
Forks
Watchers

Exploration of using Storage instead of Allocator to parameterize collections in Rust

jagged

18
Stars
1
Forks
Watchers

Collection of insert-only wait-free data-structures.

llmalloc

20
Stars
2
Forks
Watchers

A low-latency malloc implementation

storage

30
Stars
2
Forks
Watchers

An exploration of Storages