Skip to content

Commit 0f6eee4

Browse files
committed
Update README.md
1 parent e353062 commit 0f6eee4

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

-18
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,6 @@ Go encoder/decoder for [JPEG](https://en.wikipedia.org/wiki/JPEG).
66

77
Based on [jpegli](https://github.com/google/jpegli) from libjxl compiled to [WASM](https://en.wikipedia.org/wiki/WebAssembly) and used with [wazero](https://wazero.io/) runtime (CGo-free).
88

9-
### Benchmark
10-
11-
```
12-
goos: linux
13-
goarch: amd64
14-
pkg: github.com/gen2brain/jpegli
15-
cpu: 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz
16-
17-
BenchmarkDecodeStd-8 549 2187227 ns/op 407120 B/op 7 allocs/op
18-
BenchmarkDecode-8 554 2172405 ns/op 154672 B/op 32 allocs/op
19-
20-
BenchmarkEncodeStd-8 260 4601558 ns/op 6109 B/op 7 allocs/op
21-
BenchmarkEncode-8 314 3791604 ns/op 1526 B/op 12 allocs/op
22-
23-
BenchmarkEncodeRGBAStd-8 228 5237803 ns/op 9762 B/op 8 allocs/op
24-
BenchmarkEncodeRGBA-8 261 4558648 ns/op 4862 B/op 13 allocs/op
25-
```
26-
279
### Resources
2810

2911
* https://giannirosato.com/blog/post/jpegli/

0 commit comments

Comments
 (0)