bitset v1.4.0 Release Notes

  • ๐Ÿš€ Released on April 4th, 2013

    • More speed optimizations, 'Data.BitSet.Dynamic' is close to 'Data.Set' performance on most operations.
    • โž• Added 'Data.BitSet.Word', a bit set with native integer as container type, significantly faster then 'Data.Set' for enumerated types with small number of constructors.
    • โž• Added folds, 'map' and 'filter' for consistency with other Haskell containers.