mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
Reduce context.WithValue calls from 2 to 1 per Batch invocation. | Metric | Before | After | Delta | |------------|--------|-------|-------| | allocs/op | 3 | 2 | -1 | | B/op | 128 | 80 | -48 | | ns/op | ~372 | ~352 | -5% | |
||
|---|---|---|
| .. | ||
| bench_test.go | ||
| draw.go | ||
| hub.go | ||
| hub_test.go | ||
| paging.go | ||
| paging_request_type_gen.go | ||