• R
    Fix #19993 - · f0907a01
    Rob Lourens 提交于
    peekLF and peekSingleByteChar apparently aren't inlined, hurting the perf in this very hot loop. The perf regression is partly from function calls, and partly from the function depending on a closure. It also seems like there might be more gains to be had if I refactor this file to not depend so heavily on closures and nested anonymous functions.
    f0907a01
searchWorker.ts 11.2 KB