@hackage simple-atom0.2
Atom (or symbol) datatype for fast comparision and sorting.
Categories
License
BSD-3-Clause
Maintainer
Thomas Schilling <nominolo@googlemail.com>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (4)
- base >=3.0 && <4.4
- containers >=0.2 && <0.5
- deepseq >=1.1 && <1.2
- murmur-hash >=0.1 && <0.2 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
debug(off by default)
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.