| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bufpool: Return bytes.Buffer, rather than a pointer to it•••It's silly to allocate a bytes.Buffer struct, however small it is, every time Borrow is called, since the entire purpose is to reduce allocations. | 2025-11-23 | 1 | -8/+9 | |
| * | bufpool: Return *Buffer | 2025-11-22 | 1 | -14/+8 | |
| * | bufpool: Improve perf by using buckets of different size classes | 2025-11-22 | 2 | -29/+120 | |
| * | Extract bufpool into its own package | 2025-11-16 | 2 | -0/+180 |
