issues
search
amethyst
/
hibitset
Hierarchical bit set container
Other
119
stars
33
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add u128 support
#67
stevefan1999-personal
opened
1 month ago
3
Generalize integer type
#66
twiby
closed
10 months ago
2
API to find the largest and smallest bit that is set
#65
Eh2406
opened
11 months ago
0
implementation of Hash for BitSet
#64
EWurbel
opened
1 year ago
4
Update changelog and bump version, switch to github actions
#63
Imberflur
closed
1 year ago
0
AtomicBitSet Debug crashes
#62
funnisimo
opened
1 year ago
0
Fix UB reported by miri in AtomicBitSet
#61
Imberflur
closed
1 year ago
1
Fix duplication typo s/a a/a/
#60
akesling
closed
3 years ago
1
Added optional serde support, including an example in the README
#59
cisaacson
opened
4 years ago
4
Speed compared to fixedbitset
#58
cisaacson
closed
4 years ago
2
Serialize/Deserialize to/from Vec<u8>
#57
cisaacson
opened
4 years ago
5
Meta/54/release 0 6 3
#56
azriel91
closed
4 years ago
2
`len` method
#55
bonsairobo
opened
4 years ago
1
Release version 0.6.3 on crates.io
#54
lcnr
closed
4 years ago
5
Add slice access
#53
willglynn
closed
4 years ago
2
BitSetAnd
#52
lcnr
closed
5 years ago
2
BitSet.bitand operation returns non-empty BitSetAnd even if no ids match.
#51
prixt
opened
5 years ago
11
push patch version
#50
lcnr
closed
5 years ago
2
impl Clone for BitIter
#49
lcnr
closed
5 years ago
7
Update rand requirement from 0.6 to 0.7
#48
dependabot-preview[bot]
closed
5 years ago
2
Remove extraneous 'self.layer0[p0] |= mask;' line in BitSet::add()
#47
thunderseethe
closed
5 years ago
1
Bump to 0.6.0
#46
torkleyy
closed
5 years ago
2
Implement BitSetLike on BitSetLike trait object
#45
algonomicon1
closed
5 years ago
6
Add PartialEq/Eq & contains_set to BitSet
#44
jaynus
closed
5 years ago
2
Push to 1.0
#43
Xaeroxe
closed
5 years ago
10
Bump version to 0.5.4
#42
torkleyy
closed
5 years ago
2
Update rand requirement from 0.3 to 0.6
#41
dependabot-preview[bot]
closed
5 years ago
3
Add BitSetLike::is_empty and bump version
#40
Xaeroxe
closed
6 years ago
1
Add `BitSetLike::is_empty`
#39
torkleyy
closed
6 years ago
0
Re-license under MIT/Apache-v2.0
#38
Aceeri
closed
6 years ago
2
SIMD optimization of iteration
#37
Aceeri
opened
6 years ago
4
Optimized bitset for all bits set
#36
Aceeri
closed
6 years ago
2
Additional crate-level documentation
#35
tdoylend
closed
6 years ago
1
Draining iterator
#34
WaDelma
closed
6 years ago
4
Draining iterator
#33
ghost
closed
6 years ago
0
Fixed documentation link and added category
#32
WaDelma
closed
6 years ago
1
Documentation is down
#31
dbkaplun
closed
6 years ago
4
Bump rayon to 1.0
#30
torkleyy
closed
6 years ago
5
Generic layers [WIP]
#29
WaDelma
opened
6 years ago
5
Implement compound assignment operators for BitSet
#28
WaDelma
closed
6 years ago
16
Make BitProducer.1 public
#27
torkleyy
closed
6 years ago
3
Bump version to 0.4
#26
torkleyy
closed
6 years ago
4
Refactor the iteration code
#25
WaDelma
closed
6 years ago
1
Combine bitsets
#24
Aceeri
closed
6 years ago
3
FromIterator and Extend for bitsets
#23
Aceeri
closed
6 years ago
2
Allow ops on AtomicBitSet
#22
Aceeri
closed
6 years ago
2
Consider adding MIT license option
#21
torkleyy
closed
5 years ago
6
Add contains methods
#20
WaDelma
closed
7 years ago
2
Improve parallel iterators splitting behaviour
#19
WaDelma
closed
6 years ago
26
Add IntoIterator for our BitSetLikes
#18
Aceeri
closed
7 years ago
3
Next