Skip to content

elite-sheep/lft-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LFT-Rust

A lock-free threadpool implementation in Rust. Research oriented. We developed an interesting idea to mitigate the performance drop introduced by the use of locks in Rust. For details, please refer to our technical reports.

Build

This project is built upon Rust 1.57.0. To build this project, please run the following command:

cargo build

To build a release version of this project, please run:

cargo build --release

We also provide some examples for better using this project, to run an example:

RUST_LOG=trace cargo run --example hello_world

Roadmap

I plan to implement the following features:

About

A lock-free thread pool implemented in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages