https://github.com/ttys3/image-resize-golang-vs-rust
https://github.com/ttys3/image-resize-golang-vs-rust
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ttys3/image-resize-golang-vs-rust
- Owner: ttys3
- Created: 2019-11-04T10:36:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-11-24T16:40:00.000Z (7 months ago)
- Last Synced: 2025-12-26T15:10:01.212Z (6 months ago)
- Language: Rust
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# image-resize-golang-vs-rust
source image num: 163
source image avg size: 7MB
target thumbnail size: 128
go:
```bash
Total took 1m16.964716307s
real 1m16.967s
user 2m20.271s
sys 0m0.329s
```
cgo gmagick:
```bash
Total took 41.406062841s
real 0m41.431s
user 1m4.390s
sys 0m10.490s
```
rust:
```bash
count: 163
total took: 70 s
real 1m10.402s
user 2m36.688s
sys 0m7.960s
```