peco.peco/internal/ansi
Daisuke Maki 3c27da49ac fix: use stack-allocated array for SGR parameter parsing
Replace strings.Split with fixed [8]string array to avoid heap allocation.

| Metric     | Before | After | Delta |
|------------|--------|-------|-------|
| allocs/op  | 1      | 0     | -1    |
| B/op       | 48-80  | 0     | -100% |
| ns/op      | ~45    | ~20   | -55%  |
2026-02-21 22:20:21 +09:00
..
bench_test.go fix: use stack-allocated array for SGR parameter parsing 2026-02-21 22:20:21 +09:00
parser.go fix: use stack-allocated array for SGR parameter parsing 2026-02-21 22:20:21 +09:00
parser_test.go Remove no-op bitwise OR with zero in test 2026-02-18 14:40:17 +09:00