Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexvzyl/freelist
A cache-coherent, embedded freelist collection written in Rust.
https://github.com/alexvzyl/freelist
cache data-structures freelist rust rust-lang
Last synced: 3 months ago
JSON representation
A cache-coherent, embedded freelist collection written in Rust.
- Host: GitHub
- URL: https://github.com/alexvzyl/freelist
- Owner: AlexvZyl
- License: mit
- Created: 2022-10-08T20:57:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T17:04:28.000Z (about 1 year ago)
- Last Synced: 2023-10-26T18:25:51.682Z (about 1 year ago)
- Topics: cache, data-structures, freelist, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 102 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cache Coherent Freelist
A cache coherent freelist collection written in Rust.
This repo is starting as a project for me to learn Rust. I have written one of these in C++ by manipulating and casting the memory manually, so it will be interesting to see how it compares to the Rust implementation.
> ⚠️ This project is a WIP and not ready to use. I sitll want to finish this, I have just been pressed for time.