Haskell performance

Results 9 repositories owned by Haskell performance

checklist

367
Stars
16
Forks
Watchers

The Haskell performance checklist

csv

17
Stars
4
Forks
Watchers

Simple comparative benchmarks for CSV parsing libraries

dictionaries

85
Stars
11
Forks
Watchers

Benchmarks for dictionary data structures: hash tables, maps, tries, etc.

graphs

36
Stars
3
Forks
Watchers

numbers

19
Stars
0
Forks
Watchers

Benchmarks for numbers: ints, doubles, bignums, rationals, etc.

sequences

86
Stars
11
Forks
Watchers

Benchmarks for sequence data structures: lists, vectors, etc.

serialization

41
Stars
9
Forks
Watchers

A micro-benchmark that compares some Haskell serialization libraries

sets

23
Stars
4
Forks
Watchers

Benchmarks for set data structures: hash sets, dawg's, bloom filters, etc.

strict-bytestring-builders

18
Stars
5
Forks
Watchers

A benchmark comparing different ways of building a strict bytestring in Haskell