mirror of
https://github.com/peco/peco.git
synced 2026-09-12 16:26:17 -04:00
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% | |
||
|---|---|---|
| .. | ||
| bench_test.go | ||
| parser.go | ||
| parser_test.go | ||