git.delta.rocks / jrsonnet / refs/commits / 36af281ff0ca

difftreelog

source

tests/go_builtin_benchmarks/comparison.jsonnet78 Bsourcehistory
1local long_array = std.range(1, 1000000);2long_array + [1] < long_array + [2]