murr 0.2.0

Columnar in-memory cache for AI/ML inference workloads
Documentation
1
2
3
4
5
6
7
8
9
10
.PHONY: build serve clean

build:
	hugo --minify

serve:
	hugo server -D --bind 0.0.0.0

clean:
	rm -rf public/ resources/