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

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, '')