mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
Move slice declarations outside loop and reset with [:0] each iteration. | Metric | Before | After | Delta | |------------|---------|---------|--------| | allocs/op | 2209 | 1813 | -396 | | B/op | 176836 | 147849 | -28987 | | ns/op | ~352k | ~317k | -10% | |
||
|---|---|---|
| .. | ||
| base.go | ||
| base_test.go | ||
| bench_test.go | ||
| external.go | ||
| external_test.go | ||
| filter.go | ||
| filter_test.go | ||
| fuzzy.go | ||
| parallel_test.go | ||
| regexp.go | ||
| set.go | ||