8000 Tags · mcschroeder/ctrie · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mcschroeder/ctrie

Tags

v0.2

Toggle v0.2's commit message
Change return types to be more informative

v0.1.1.0

Toggle v0.1.1.0's commit message
Add insertIfAbsent

v0.1.0.3

Toggle v0.1.0.3's commit message
- Eliminate a redundant import warning on GHC 7.10

- Loosen dependency bounds

v0.1.0.2

Toggle v0.1.0.2's commit message
Fix haddock

v0.1.0.1

Toggle v0.1.0.1's commit message
Use Data.Atomics for safe compare-and-swap

This obviates the need for reallyUnsafePtrEquality# and also appears to
be slightly faster (it uses GHC's new native CAS operations).

Thanks to @gregorycollins for pointing me in this direction.

v0.1.0.0

Toggle v0.1.0.0's commit message
Add github repo to cabal

0