HsJudy: Judy bindings, and some nice APIs
Judy[1] bindings (a C library that implements fast sparse dynamic arrays) for Haskell presenting APIs conforming as much as possible to the existent Haskell library interfaces, like Data.Map and Data.Array.MArray. This binding for the Judy library includes all its four types: mapping from words to bits (Judy1), from words to values (JudyL), from strings to values (JudyHS) and from array-of-bytes to values (JudyHS).
| Versions | 0.1, 0.1.1, 0.2 |
|---|---|
| Dependencies | base (<3), bytestring (>=0.9.0.1) or base, bytestring (>=0.9.0.1), containers |
| License | BSD3 |
| Author | Caio Marcelo de Oliveira Filho, John Meacham |
| Maintainer | Caio Marcelo de Oliveira Filho <cmarcelo@gmail.com> |
| Category | Data |
| Home page | http://www.pugscode.org/ |
| Upload date | Wed Feb 20 17:21:56 UTC 2008 |
| Uploaded by | GwernBranwen |
| Build failure | ghc-6.10 (log), ghc-6.8 (log) |
Modules
- Judy
- Judy.BitSet
- Judy.CollectionsM
- Judy.Freeze
- Judy.Hash
- Judy.HashIO
- Judy.IntMap
- Judy.Refeable
- Judy.StrMap
- Judy.Stringable
Downloads
- HsJudy-0.1.tar.gz (Cabal source package)
- package description (included in the package)
