Brandon Simmons

Results 5 repositories owned by Brandon Simmons

directory-tree

25
Stars
8
Forks
Watchers

A simple directory-like tree datatype, with useful IO functions, for Haskell

unagi-chan

127
Stars
15
Forks
Watchers

A haskell library implementing fast and scalable concurrent queues for x86, with a Chan-like API

chan-benchmarks

17
Stars
2
Forks
Watchers

Criterion benchmarks for the different haskell concurrent channel implementations in base and stm

hashabler

22
Stars
4
Forks
Watchers

A haskell library for principled, cross-platform & extensible hashing of types, including an implementation of the FNV-1a algorithm.

unagi-bloomfilter

19
Stars
2
Forks
Watchers

A fast, cache-efficient, concurrent bloom filter in Haskell