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: use pre-allocated char buffers for Native compareStrings
Replace per-call `new Array[Char](n)` allocation with module-level
pre-allocated buffers in Scala Native's compareStrings. Safe because
Scala Native is single-threaded (mirrors the JVM ThreadLocal approach).
0 commit comments