simd-json 0.15.0

High performance JSON parser based on a port of simdjson
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13

baseline:
	cargo +nightly run --example perf --features perf --release -- -b
perf:
	cargo +nightly run --example perf --features perf --release
clippy:
	touch src/lib.rs
	cargo clippy
wasmtest:
	cargo clean --target-dir target
	cargo build --tests --target wasm32-wasip1 --target-dir target
	wasmtime run  target/wasm32-wasip1/debug/deps/simd_json*.wasm
	wasmtime run --dir=. target/wasm32-wasip1/debug/deps/jsonchecker*.wasm