mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-09 20:48:07 -06: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
7
vendor/modules.txt
vendored
7
vendor/modules.txt
vendored
|
|
@ -175,9 +175,6 @@ github.com/coreos/go-systemd/v22/dbus
|
|||
# github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
|
||||
## explicit
|
||||
github.com/davecgh/go-spew/spew
|
||||
# github.com/disintegration/imaging v1.6.2
|
||||
## explicit
|
||||
github.com/disintegration/imaging
|
||||
# github.com/docker/go-units v0.5.0
|
||||
## explicit
|
||||
github.com/docker/go-units
|
||||
|
|
@ -1095,11 +1092,7 @@ golang.org/x/exp/slog/internal
|
|||
golang.org/x/exp/slog/internal/buffer
|
||||
# golang.org/x/image v0.19.0
|
||||
## explicit; go 1.18
|
||||
golang.org/x/image/bmp
|
||||
golang.org/x/image/ccitt
|
||||
golang.org/x/image/riff
|
||||
golang.org/x/image/tiff
|
||||
golang.org/x/image/tiff/lzw
|
||||
golang.org/x/image/vp8
|
||||
golang.org/x/image/vp8l
|
||||
golang.org/x/image/webp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue