@hackage bitset0.5
A functional data structure for efficient membership testing.
Categories
License
LicenseRef-LGPL
Maintainer
Denis Bueno <dbueno@gmail.com>
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (2)
Dependents (8)
@hackage/regex-deriv, @hackage/hsc3-server, @hackage/regex-pderiv, @hackage/acme-everything, @hackage/henet, @hackage/hen, Show all…
A bit set is a data structure for keeping membership information efficiently. This implementation uses Data.Bits on Integers, and thus should achieve reasonable speed.