Skip to content

sile/atomic_immut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atomic_immut

atomic_immut Documentation Build Status Code Coverage License: MIT

Atomic immutable value for Rust.

Documentation

Benchmark

$ cargo +nightly bench

running 6 tests
test multi_thread_load               ... bench:         576 ns/iter (+/- 510)
test multi_thread_load_std           ... bench:       1,113 ns/iter (+/- 1,130)
test multi_thread_store_and_load     ... bench:         483 ns/iter (+/- 74)
test multi_thread_store_and_load_std ... bench:      27,897 ns/iter (+/- 6,171)
test single_thread_load              ... bench:          22 ns/iter (+/- 1)
test single_thread_load_std          ... bench:          41 ns/iter (+/- 0)

About

Atomic immutable value for Rust

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages