aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: b97f000c95331fc6cdb2c86e069baca749a58fa5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# calm

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

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

## Note

This repository also contains an implementation of the RKNL abstract
machine. You can find it in the `rknl` branch.

## 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