Skip to content

Commit d3602a0

Browse files
authored
Flip numbers
1 parent 12d04c5 commit d3602a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Performance comparison vs Gorilla (XOR) compression from Prometheus (Apple M3, 1
3838
|---------|-----------|----------------|-----------------------------|-----------------|-----------------|
3939
| Gorilla | Encode | 3457 ns/op | 555 MB/s | 992 bytes | 7 allocs/op |
4040
| Gorilla | Decode | 1744 ns/op | 569 MB/s | - | 1 allocs/op |
41-
| ALP+DoD | Encode | **1214 ns/op** | **2.8x faster, 1581 MB/s** | **766 bytes** | **2 allocs/op** |
42-
| ALP+DoD | Decode | **229 ns/op** | **7.6x faster, 3348 MB/s** | - | **0 allocs/op** |
41+
| ALP+DoD | Encode | **1214 ns/op** | **1581 MB/s, 2.8x faster** | **766 bytes** | **2 allocs/op** |
42+
| ALP+DoD | Decode | **229 ns/op** | **3348 MB/s, 7.6x faster** | - | **0 allocs/op** |
4343

4444
Run benchmarks:
4545

0 commit comments

Comments
 (0)