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

build with `clang -shared src/{*.c,*/*.c} -o llib.so -fPIC`

useage and docs coming soon:3

todo:

    - (working on seperatley) gui for graphs

    - fix -O3 breaking some hashes (not sure if i care)

---

credits:

    * [luaproc](https://github.com/askyrme/luaproc) helped with multithreading