More efficient array comprehensions and join
Open
enhancement
performance
- Dominant language
- Jsonnet
- Stars
- 7.6k
- Forks
- 475
- PR merge metrics
- No merged PRs in 30d
Description
Currently they are unnecessarily quadratic - underneath they just use +. We can be easily improve that by using a builtin that builds the result array in one go. This was already done in experimental Go version using `flatMap` builtin.
Related #222.
Ideally it would be verified automatically by some benchmarks (#360).
Contributor guide
Assessment
This issue has not been assessed yet.