fixedbitset
FixedBitSet is a simple bitset collection
0.5.7
464M downloads/mo
#252 most downloaded on crates.io
petgraph/fixedbitset
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 1.6 years
Rarely documented
notes for 6 of 27 stable releases
3 versions withdrawn
withdrawn after publishing
11 years old
30 releases · first in 2015
0 releases in the last 12 months
see the full history below
Release timeline
30 releases · Apr 2015 to Apr 2024Releases
latest 30-
0.5.714 Apr 2024Release notes
Open source →Optimized the
Clone::clone_fromimplementation to avoid allocations and redundant copies. -
0.5.622 Mar 2024Release notes
Open source →Fixed FixedBitset not implementing Send/Sync due to the stack size shrink.
-
0.5.522 Mar 2024 withdrawnRelease notes
Open source →- #116: Add functions for counting the results of a set operation (
union_count,
intersection_count,difference_count,symmetric_difference_count) by @james7132. - #118: Shrink the stack size of FixedBitset. There should be zero stack size overhead
compared to a Vec. - #119: Fix builds for wasm32.
- #120: Add more utility functions that were previously missing from the public interface:
contains_any_in_range,contains_all_in_range,minimum,maximum,is_full,count_zeroes, andremove_range. - #121: Add support for SIMD acceleration for AVX builds.
- #116: Add functions for counting the results of a set operation (
-
0.5.419 Mar 2024Release notes
Open source →#112: Fix undefined behavior in IntoOnes and setup testing with MIRI by @SkiFire13
-
0.5.319 Mar 2024 withdrawn -
0.5.219 Mar 2024 withdrawn -
0.5.116 Mar 2024Release notes
Open source →- #102: Added
contains_unchecked,insert_unchecked,put_unchecked,
set_unchecked,toggle_unchecked,removed_unchecked,copy_bit_uncheckedunsafe variants of the safe functions, by @james7132 - #103: Added
into_oneswhich returns a owned iterator over the one
values from a bitset, by @james7132. - #104: Implemented
DoubleEndedIteratorforUnion,Intersection,
Difference, andSymmetricDifference, by @james7132.
- #102: Added
-
0.5.026 Feb 2024Nothing published for this version
-
0.4.203 Jul 2022 -
0.4.101 Jan 2022 -
0.4.020 Mar 2021Nothing published for this version
-
0.3.223 Jan 2021Nothing published for this version
-
0.3.128 Aug 2020Nothing published for this version
-
0.3.019 Apr 2020Nothing published for this version
-
0.2.006 Oct 2019Nothing published for this version
-
0.1.926 Mar 2018Nothing published for this version
-
0.1.812 Sep 2017Nothing published for this version
-
0.1.706 Aug 2017Nothing published for this version
-
0.1.615 Apr 2017Nothing published for this version
-
0.1.521 Oct 2016Nothing published for this version
-
0.1.405 Oct 2016Nothing published for this version
-
0.1.305 Oct 2016Nothing published for this version
-
0.1.203 Oct 2016Nothing published for this version
-
0.1.113 May 2016Nothing published for this version
-
0.1.019 Nov 2015Nothing published for this version
-
0.0.531 May 2015Nothing published for this version
-
0.0.418 May 2015Nothing published for this version
-
0.0.314 Apr 2015Nothing published for this version
-
0.0.206 Apr 2015Nothing published for this version
-
0.0.103 Apr 2015Nothing published for this version