bitset: A functional data structure for efficient membership testing.
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.
| Versions | 0.5, 0.6 |
|---|---|
| Dependencies | base, QuickCheck |
| License | LGPL |
| Author | Denis Bueno |
| Maintainer | Denis Bueno <dbueno@gmail.com> |
| Stability | provisional |
| Category | Data Structures |
| Upload date | Tue Feb 27 03:50:45 UTC 2008 |
| Uploaded by | DenisBueno |
| Built on | ghc-6.10, ghc-6.8 |
Modules
- Data
Downloads
- bitset-0.5.tar.gz (Cabal source package)
- package description (included in the package)
