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
perf: eliminate double TextEncoder.encode() in encodeColumnarRun
UTF8 strings were encoded twice — once during size calculation and again
during the write pass. Pre-encode once and reuse via Map<colIndex, Uint8Array[]>.
0 commit comments