GoToSocial/internal/processing
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
..
account feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
admin [bugfix] Lock when checking/creating notifs to avoid race (#2890) 2024-05-02 13:43:00 +01:00
common feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
fedi [bugfix] Fix error string typo (#2873) 2024-04-26 15:20:56 +02:00
filters/v1 [feature] Filters v1 (#2594) 2024-03-06 11:15:58 +01:00
list
markers
media [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
polls [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
report [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
search feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
status feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
stream feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
timeline feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
user [feature] New user sign-up via web page (#2796) 2024-04-11 11:45:53 +02:00
workers feature: filters v2 server-side warning/hiding (#2793) 2024-05-06 12:49:08 +01:00
account_test.go [performance] massively improved ActivityPub delivery worker efficiency (#2812) 2024-04-11 11:45:35 +02:00
app.go [performance] cached oauth database types (#2838) 2024-04-15 14:22:21 +01:00
followrequest_test.go [performance] massively improved ActivityPub delivery worker efficiency (#2812) 2024-04-11 11:45:35 +02:00
instance.go
oauth.go
parsemention_test.go
parsemention.go
preferences_test.go
preferences.go [chore] Move local account settings to separate db table (#2770) 2024-03-22 14:03:46 +01:00
processor_test.go [performance] update remaining worker pools to use queues (#2865) 2024-04-26 13:50:46 +01:00
processor.go [feature] Filters v1 (#2594) 2024-03-06 11:15:58 +01:00