#atomic #bit-vector #bitvec #backing #integer #struct

nightly atomic-bitvec

An atomic bit vector library

2 releases

0.1.1 Jan 16, 2021
0.1.0 Jan 16, 2021

#13 in #backing

MPL-2.0 license

15KB
156 lines

This library provides a bitvec struct which uses atomic integers as its backing representation.

This allows the bitvec to be used without external synchronization, though the perils of improper use of atomics can come into play.

No runtime deps