peco.peco/hub
Daisuke Maki e2bc390c68 fix: merge two context keys into one in Hub.Batch
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%   |
2026-02-21 22:20:25 +09:00
..
bench_test.go fix: merge two context keys into one in Hub.Batch 2026-02-21 22:20:25 +09:00
draw.go Change Hub structure to take typed payloads 2026-02-16 22:40:34 +09:00
hub.go fix: merge two context keys into one in Hub.Batch 2026-02-21 22:20:25 +09:00
hub_test.go convert t.Errorf/t.Fatal to testify/require 2026-02-21 07:58:26 +09:00
paging.go Check for generated files 2026-02-17 18:03:46 +09:00
paging_request_type_gen.go Check for generated files 2026-02-17 18:03:46 +09:00