You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚡ Improve compile time for a common transform use case
`cib` uses transform on a single tuple adding an index. The single-arg transform
overload did not allow indexing, so this was using the slower-to-compile more
general form of transform.
This change saves ~30% of the transform time for the cib benchmark.
0 commit comments