jrsonnet-evaluator

Interpreter for parsed jsonnet tree

Standard library

jsonnet stdlib is embedded into evaluator, but there is different modes for this:

Because of codegenerated-stdlib compilation slowdown, serialized-stdlib is used by default

Benchmark

Can also be run via cargo bench

```markdown

serialized-stdlib

test tests::bench_serialize ... bench: 1,763,999 ns/iter (+/- 76,211)

none

test tests::bench_parse ... bench: 7,206,164 ns/iter (+/- 1,067,418) ```

Intrinsics

Some functions from stdlib are implemented as intrinsics