mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 03:02:25 -05:00
[performance] use single-threaded image transforms (#3252)
* use single-threaded image resizing in native code so we have more control over goroutines * implement parallel-free versions of image transform functions also * remove debug code
This commit is contained in:
parent
88a81fbcaf
commit
0a1555521d
34 changed files with 653 additions and 7130 deletions
1
go.mod
1
go.mod
|
|
@ -29,7 +29,6 @@ require (
|
|||
github.com/KimMachineGun/automemlimit v0.6.1
|
||||
github.com/buckket/go-blurhash v1.1.0
|
||||
github.com/coreos/go-oidc/v3 v3.11.0
|
||||
github.com/disintegration/imaging v1.6.2
|
||||
github.com/gin-contrib/cors v1.7.2
|
||||
github.com/gin-contrib/gzip v1.0.1
|
||||
github.com/gin-contrib/sessions v1.0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue