aboutsummaryrefslogtreecommitdiff
path: root/internal/flatex
Commit message (Expand)AuthorAgeFilesLines
* 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. Gravatar Runxi Yu2026-02-206-940/+0
* 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 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. Gravatar Runxi Yu2025-11-231-4/+4
* zlib, flatex: Remove code related to dicts•••Git never uses them Gravatar Runxi Yu2025-11-226-308/+156
* 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