git.delta.rocks / jrsonnet / refs/commits / 1d941f87f4d5

difftreelog

source

tests/go_builtin_benchmarks/foldl.jsonnet113 Bsourcehistory
1local input = std.makeArray(10000, function(i) 'xxxxx');23std.foldl(function(acc, value) acc + value, input, '')