| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | internal/bufpool: Split files | 2026-03-06 | 15 | -214/+227 | |
| * | *: Lint | 2026-03-04 | 2 | -0/+26 | |
| * | *: gofumpt | 2026-03-04 | 1 | -1/+1 | |
| * | bufpool: Document how .Bytes is intended to be used | 2026-02-22 | 1 | -0/+6 | |
| * | *: Fix nosec | 2026-02-21 | 2 | -4/+6 | |
| * | bufpool: Fix lints | 2026-02-21 | 2 | -4/+15 | |
| * | bufpool: Import | 2026-02-21 | 2 | -0/+266 | |
| * | Delete everything, I'm redesigning this.•••I'll stop using a flat package and make things much more modular. And also experiment with streaming APIs so large blobs don't OOM us. | 2026-02-20 | 2 | -266/+0 | |
| * | 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 |
