aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 69f48f05f604aa17b7126e5fe6b31bba3956fd49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# calm

> **c**alm **a**bstract **l**ambda **m**achine

- aggressive multi-threaded reduction of lambda calculus expressions
- small memory footprint

## Libraries

- [hashmap.c](https://github.com/tidwall/hashmap.c) \[MIT\]: Simple but
  efficient hashmap
- [pqueue](https://github.com/vy/libpqueue/) \[BSD 2-Clause\]: Simple
  priority queue implementation
- [xxHash](https://github.com/Cyan4973/xxHash/) \[BSD 2-Clause\]:
  Extremely fast hash algorithm