PackageTrack
Sign in Get early access

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 2024
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release Withdrawn

Releases

latest 30
  1. 0.5.7 14 Apr 2024
    Release notes

    Optimized the Clone::clone_from implementation to avoid allocations and redundant copies.

    Open source →
  2. 0.5.6 22 Mar 2024
    Release notes

    Fixed FixedBitset not implementing Send/Sync due to the stack size shrink.

    Open source →
  3. 0.5.5 22 Mar 2024 withdrawn
    Release notes
    • #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, and remove_range.
    • #121: Add support for SIMD acceleration for AVX builds.
    Open source →
  4. 0.5.4 19 Mar 2024
    Release notes

    #112: Fix undefined behavior in IntoOnes and setup testing with MIRI by @SkiFire13

    Open source →
  5. 0.5.3 19 Mar 2024 withdrawn
    Release notes

    #109: Fix non-x86(_64) builds by @james7132

    Open source →
  6. 0.5.2 19 Mar 2024 withdrawn
    Release notes
    • #86: Explicit SIMD vectorization for set operations by @james7132.
    Open source →
  7. 0.5.1 16 Mar 2024
    Release notes
    • #102: Added contains_unchecked, insert_unchecked, put_unchecked,
      set_unchecked, toggle_unchecked, removed_unchecked, copy_bit_unchecked unsafe variants of the safe functions, by @james7132
    • #103: Added into_ones which returns a owned iterator over the one
      values from a bitset, by @james7132.
    • #104: Implemented DoubleEndedIterator for Union, Intersection,
      Difference, and SymmetricDifference , by @james7132.
    Open source →
  8. 0.5.0 26 Feb 2024

    Nothing published for this version

  9. 0.4.2 03 Jul 2022
    Release notes

    #79: Add is_clear, clarify is_empty and len documentation by @nicopap.

    Open source →
  10. 0.4.1 01 Jan 2022
    Release notes

    Documentation and formatting fixes.

    Open source →
  11. 0.4.0 20 Mar 2021

    Nothing published for this version

  12. 0.3.2 23 Jan 2021

    Nothing published for this version

  13. 0.3.1 28 Aug 2020

    Nothing published for this version

  14. 0.3.0 19 Apr 2020

    Nothing published for this version

  15. 0.2.0 06 Oct 2019

    Nothing published for this version

  16. 0.1.9 26 Mar 2018

    Nothing published for this version

  17. 0.1.8 12 Sep 2017

    Nothing published for this version

  18. 0.1.7 06 Aug 2017

    Nothing published for this version

  19. 0.1.6 15 Apr 2017

    Nothing published for this version

  20. 0.1.5 21 Oct 2016

    Nothing published for this version

  21. 0.1.4 05 Oct 2016

    Nothing published for this version

  22. 0.1.3 05 Oct 2016

    Nothing published for this version

  23. 0.1.2 03 Oct 2016

    Nothing published for this version

  24. 0.1.1 13 May 2016

    Nothing published for this version

  25. 0.1.0 19 Nov 2015

    Nothing published for this version

  26. 0.0.5 31 May 2015

    Nothing published for this version

  27. 0.0.4 18 May 2015

    Nothing published for this version

  28. 0.0.3 14 Apr 2015

    Nothing published for this version

  29. 0.0.2 06 Apr 2015

    Nothing published for this version

  30. 0.0.1 03 Apr 2015

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive