opteryx
opteryx copied to clipboard
✨ update expressions evaluation to only turn literal into array of needed for underlying implementation
trafficstars
Currently we convert literals into arrays and then usually only work with element 0. We would avoid work and memory management if we only created the array when needed.