mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-04 06:12:10 +03:00
- Add performance.clearMarks/clearMeasures before creating new marks to prevent timeline accumulation in long-lived processes. - Replace new TextEncoder().encode(str).length with Buffer.byteLength to avoid allocating a full Uint8Array just to measure byte length.