peco.peco/internal
Daisuke Maki 4b1dfa1c4d fix: fast-path StripANSISequence to skip regexp when no ESC byte
Benchmark (10k lines):
  plain text: 1023us -> 37us (-96%), 1.7MiB -> 0B (-100%), 30k -> 0 allocs
  95% plain:  1064us -> 162us (-85%), 1720KiB -> 63KiB (-96%), 30.5k -> 2k allocs
2026-02-22 00:26:02 +09:00
..
ansi fix: use stack-allocated array for SGR parameter parsing 2026-02-21 22:20:21 +09:00
buffer Methodically add function comments 2026-02-20 10:55:49 +09:00
keyseq convert t.Errorf/t.Fatal to testify/require 2026-02-21 07:58:26 +09:00
util fix: fast-path StripANSISequence to skip regexp when no ESC byte 2026-02-22 00:26:02 +09:00