diff options
| author | 2025-11-05 17:53:47 +0100 | |
|---|---|---|
| committer | 2025-11-17 14:12:29 +0100 | |
| commit | ddf887d95c1cef95746f9881dc4180d983e7a351 (patch) | |
| tree | 085dd1942c87ca1ff7da32dcdc5b3a9c0b6e5f28 /vendor/codeberg.org/gruf/go-mmap/README.md | |
| parent | [bugfix] more RSS validation issues (#4517) (diff) | |
| download | gotosocial-ddf887d95c1cef95746f9881dc4180d983e7a351.tar.xz | |
[performance] when transforming media, perform read operations of large files using mmap (#4541)
the performance gains aren't as substantial as i was hoping, but benchmarks did show it averaged out faster using this method. unfortunately i managed to lose the benchmarks i wrote with a poorly timed `git checkout -- .` ðŸ˜
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4541
Co-authored-by: kim <grufwub@gmail.com>
Co-committed-by: kim <grufwub@gmail.com>
Diffstat (limited to 'vendor/codeberg.org/gruf/go-mmap/README.md')
| -rw-r--r-- | vendor/codeberg.org/gruf/go-mmap/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/codeberg.org/gruf/go-mmap/README.md b/vendor/codeberg.org/gruf/go-mmap/README.md new file mode 100644 index 000000000..76fc5fccd --- /dev/null +++ b/vendor/codeberg.org/gruf/go-mmap/README.md @@ -0,0 +1,3 @@ +# go-mmap + +Optimized large file reads in Go
\ No newline at end of file |
