aboutsummaryrefslogtreecommitdiff
path: root/internal/flatex
Commit message (Collapse)AuthorAgeFilesLines
* Delete everything, I'm redesigning this.Gravatar Runxi Yu2026-02-206-940/+0
| | | | | 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.
* More changes from the import URL updateGravatar Runxi Yu2026-01-191-1/+1
|
* flatex: Restructure a littleGravatar Runxi Yu2025-11-254-62/+55
|
* flatex: Remove unused cruftGravatar Runxi Yu2025-11-253-587/+9
|
* bufpool: Return bytes.Buffer, rather than a pointer to itGravatar Runxi Yu2025-11-231-4/+4
| | | | | | 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.
* zlib, flatex: Remove code related to dictsGravatar Runxi Yu2025-11-226-308/+156
| | | | Git never uses them
* flatex: Remove the stale readByte(s) wrappers and just directly index the bufferGravatar Runxi Yu2025-11-221-36/+18
|
* bufpool: Return *BufferGravatar Runxi Yu2025-11-221-5/+5
|
* bufpool: Improve perf by using buckets of different size classesGravatar Runxi Yu2025-11-222-2/+28
|
* flatex: Reformat codeGravatar Runxi Yu2025-11-221-3/+5
|
* Probably should name the custom packages speciallyGravatar Runxi Yu2025-11-196-0/+1667