jfischoff / are-mutable-references-in-haskell-fast
Code to go along with the blog post "Are Mutable References in Haskell Fast?"
☆10Updated 7 years ago
Alternatives and similar repositories for are-mutable-references-in-haskell-fast:
Users that are interested in are-mutable-references-in-haskell-fast are comparing it to the libraries listed below
- Simplify and render Template Haskell☆18Updated 6 years ago
- Various type-aligned sequence data structures.☆20Updated 3 years ago
- ☆8Updated 3 years ago
- ST with efficient exceptions☆20Updated 8 years ago
- Expands type synonyms in Template Haskell ASTs☆11Updated last month
- Manage Nix Haskell override sets☆11Updated 6 years ago
- Bring fusion to everyone☆13Updated 4 years ago
- Quiver stream processing library☆15Updated 8 years ago
- An experimental build system based on the Haxl library☆8Updated 5 years ago
- Type-level assertion operators☆16Updated 6 years ago
- ☆20Updated 2 years ago
- ☆10Updated last year
- An experiment in functional interface design☆23Updated 8 years ago
- Deriving Storable instances using GHC.Generics☆16Updated 2 years ago
- effectful sequences of bytes; an alternative no-lazy-io implementation of Data.ByteString.Lazy☆17Updated 3 months ago
- Experimental implementation of generic record subtyping☆18Updated 8 months ago
- Performance shootout of various trie implementations☆18Updated 5 years ago
- Extensible type-safe unions for Haskell