Skip to content

Different schemes for concurrent memory reclamation in Rust

License

Notifications You must be signed in to change notification settings

martinhath/comere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comere - Concurrent Memory Reclamation

This repository contains different memory reclamation schemes for some concurrent data structures in Rust. The goal of the repository is to provide benchmarks for the different schemes, in differnet use cases.

Some of the code, especially the atomic.rs files, are more or less borrowed (copied) from crossbeam-epoch. The data structures also draws heavy inspiration from the crossbeam project.

This project is primarily developed in connection with a course at NTNU. See the report repo for the technical report, as well as a tentative plan + progress.

About

Different schemes for concurrent memory reclamation in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published