lobster 0.7.0

A fast limit order book (LOB)
Documentation
1
2
3
4
5
6
7
all:
	gcc -O3 -c engine.c
	gcc -O3 test.c -o test
	gcc -O3 score.c -lm -lrt -o score

clean:
	rm -f engine.o test score a.out *~