gotosocial/vendor/codeberg.org/gruf/go-storage
kim 3d3e99ae52
[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 😇

* 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()
2024-05-22 11:46:24 +02:00
..
disk [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
internal [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
memory [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
s3 [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
block.archived [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
block_test.archived [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
errors.go [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
LICENSE [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
README.md [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
storage.go [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
test.sh [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00

go-storage

A simple library providing various storage implementations with a simple read-write-stat interface.

Supports: on-disk, memory, S3.