issues
search
petgraph
/
fixedbitset
A simple bitset container for Rust
https://docs.rs/fixedbitset/
Apache License 2.0
126
stars
47
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Account for when the lhs of `difference_count` has a greater length than the lhs
#131
SkiFire13
opened
2 months ago
0
Derive(Clone) for `Ones`
#130
jondo2010
closed
1 week ago
0
Finding consecutive run from a starting point
#129
grovesNL
closed
3 months ago
2
Further optimize Clone::clone_from
#128
james7132
closed
7 months ago
0
Optimized Clone::clone_from implementation
#127
james7132
closed
7 months ago
0
Git tags missing for multiple releaes
#126
paolobarbolini
closed
7 months ago
2
Use runtime CPU feature detection to select which SIMD instruction set to use
#125
james7132
opened
8 months ago
0
Fix: Implement Send/Sync for FixedBitset
#124
james7132
closed
8 months ago
0
v0.5.5
#123
james7132
closed
8 months ago
0
Try using the powturbo SIMD accelerated option for finding ones in a bitset
#122
james7132
opened
8 months ago
0
Add support for AVX
#121
james7132
closed
8 months ago
0
Additional utility APIs
#120
james7132
closed
8 months ago
0
Run wasm32 tests in CI
#119
james7132
closed
8 months ago
0
Shirnk stack size of FixedBitset
#118
james7132
closed
8 months ago
2
Run CI on aarch64 and run clippy on all platforms
#117
james7132
closed
8 months ago
0
Add functions for counting the results of a set operation
#116
james7132
closed
8 months ago
0
Add NEON support
#115
msvbg
closed
8 months ago
8
Error "expected *const u32, found *const usize" when using later version
#114
curiothinker
closed
8 months ago
2
0.5.4
#113
james7132
closed
8 months ago
0
Fix UB in `IntoOnes` and setup testing with MIRI
#112
SkiFire13
closed
8 months ago
0
Undefined Behaviour when dropping `FixedBitSet::into_ones`
#111
SkiFire13
closed
8 months ago
0
v0.5.3
#110
james7132
closed
8 months ago
0
Fix non-x86(_64) builds
#109
james7132
closed
8 months ago
0
v0.5.2
#108
james7132
closed
8 months ago
0
Fix documentation for struct Zeroes
#107
FrTerstappen
closed
8 months ago
0
Documentation for struct fixedbitset::Zeroes is wrong
#106
FrTerstappen
closed
8 months ago
0
v0.5.1
#105
james7132
closed
8 months ago
0
Implement DoubleEndedIterator for set operation iterators
#104
james7132
closed
8 months ago
0
Add an owned iterator: IntoOnes
#103
james7132
closed
8 months ago
0
Unsafe *_unchecked variants for various point functions
#102
james7132
closed
8 months ago
0
Efficient creation of all-ones bitset
#101
hniksic
opened
8 months ago
8
v0.5.0
#100
james7132
closed
9 months ago
1
Fix Serde implementation
#99
james7132
closed
9 months ago
0
Add DoubleEndedIterator to Ones for reverse iteration
#98
tikhu
closed
9 months ago
0
Add support for bit rotation
#97
RunDevelopment
opened
1 year ago
0
Add support for bit shift operations
#96
RunDevelopment
opened
1 year ago
0
Use SPDX license format
#95
atouchet
closed
1 year ago
0
Adding an unchecked version of `union_with`
#94
noamteyssier
closed
8 months ago
2
Cut a release?
#93
shuoli84
closed
8 months ago
7
add grow_and_insert method
#92
shuoli84
closed
1 year ago
0
Document unsafe blocks
#91
james7132
closed
1 year ago
0
Improve Iterator implementations
#90
james7132
closed
1 year ago
0
Add a zeroes iterator
#89
james7132
closed
1 year ago
0
Add remove to mirror insert.
#88
james7132
closed
1 year ago
0
Add FixedBitSet::remove
#87
alice-i-cecile
closed
1 year ago
0
Add SSE2/AVX2/WASM SIMD support
#86
james7132
closed
8 months ago
2
Enable Clippy and rustfmt checks in CI
#85
james7132
closed
1 year ago
0
Use Criterion for benchmarks
#84
james7132
closed
1 year ago
1
Maintainership of this crate
#83
james7132
closed
1 year ago
5
Make a version of the fixed bitset actually fixed at compile time
#82
EriKWDev
closed
1 year ago
4
Next