simple-atom: Atom (or symbol) datatype for fast comparision and sorting.
[ bsd3, compilers-interpreters, data, library, parsing ]
[ Propose Tags ]
[ Report a vulnerability ]
This module provides an abstract datatype for atoms, such that:
Each atom string is only in memory once
O(n)
creation timeO(1)
equality-comparisonO(1)
(in practice) ord-comparisonOrd
-comparison results are independent on evaluation order
This module is thread-safe.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
debug | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- simple-atom-0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.1, 0.2 |
---|---|
Dependencies | base (>=3.0 && <4.4), containers (>=0.2 && <0.5), deepseq (>=1.1 && <1.2), murmur-hash (>=0.1 && <0.2) [details] |
License | BSD-3-Clause |
Author | Koen Claessen, Niklas Sorensson |
Maintainer | Thomas Schilling <nominolo@googlemail.com> |
Category | Data, Compilers/Interpreters, Parsing |
Home page | http://github.com/nominolo/simple-atom |
Uploaded | by ThomasSchilling at 2011-04-06T15:13:32Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1800 total (11 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |