diff options
| author | 2024-05-22 09:46:24 +0000 | |
|---|---|---|
| committer | 2024-05-22 11:46:24 +0200 | |
| commit | 3d3e99ae52ff8895b840cbced2e55b5f849fd4be (patch) | |
| tree | c646d5eb99368028a2fbdafbe2c4400059d8eed5 /vendor/github.com/klauspost/compress/snappy/CONTRIBUTORS | |
| parent | --- (#2923) (diff) | |
| download | gotosocial-3d3e99ae52ff8895b840cbced2e55b5f849fd4be.tar.xz | |
[performance] update storage backend and make use of seek syscall when available (#2924)
* update to use go-storage/ instead of go-store/v2/storage/
* pull in latest version from codeberg
* remove test output :innocent:
* add code comments
* set the exclusive bit when creating new files in disk config
* bump to actual release version
* bump to v0.1.1 (tis a simple no-logic change)
* update readme
* only use a temporary read seeker when decoding video if required (should only be S3 now)
* use fastcopy library to use memory pooled buffers when calling TempFileSeeker()
* update to use seek call in serveFileRange()
Diffstat (limited to 'vendor/github.com/klauspost/compress/snappy/CONTRIBUTORS')
| -rw-r--r-- | vendor/github.com/klauspost/compress/snappy/CONTRIBUTORS | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/vendor/github.com/klauspost/compress/snappy/CONTRIBUTORS b/vendor/github.com/klauspost/compress/snappy/CONTRIBUTORS deleted file mode 100644 index ea6524ddd..000000000 --- a/vendor/github.com/klauspost/compress/snappy/CONTRIBUTORS +++ /dev/null @@ -1,41 +0,0 @@ -# This is the official list of people who can contribute -# (and typically have contributed) code to the Snappy-Go repository. -# The AUTHORS file lists the copyright holders; this file -# lists people. For example, Google employees are listed here -# but not in AUTHORS, because Google holds the copyright. -# -# The submission process automatically checks to make sure -# that people submitting code are listed in this file (by email address). -# -# Names should be added to this file only after verifying that -# the individual or the individual's organization has agreed to -# the appropriate Contributor License Agreement, found here: -# -# http://code.google.com/legal/individual-cla-v1.0.html -# http://code.google.com/legal/corporate-cla-v1.0.html -# -# The agreement for individuals can be filled out on the web. -# -# When adding J Random Contributor's name to this file, -# either J's name or J's organization's name should be -# added to the AUTHORS file, depending on whether the -# individual or corporate CLA was used. - -# Names should be added to this file like so: -# Name <email address> - -# Please keep the list sorted. - -Alex Legg <alexlegg@google.com> -Damian Gryski <dgryski@gmail.com> -Eric Buth <eric@topos.com> -Jan Mercl <0xjnml@gmail.com> -Jonathan Swinney <jswinney@amazon.com> -Kai Backman <kaib@golang.org> -Klaus Post <klauspost@gmail.com> -Marc-Antoine Ruel <maruel@chromium.org> -Nigel Tao <nigeltao@golang.org> -Rob Pike <r@golang.org> -Rodolfo Carvalho <rhcarvalho@gmail.com> -Russ Cox <rsc@golang.org> -Sebastien Binet <seb.binet@gmail.com> |
