mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Optimize decryptObjectInfo (#10726)
`decryptObjectInfo` is a significant bottleneck when listing objects. Reduce the allocations for a significant speedup. https://github.com/minio/sio/pull/40 ``` λ benchcmp before.txt after.txt benchmark old ns/op new ns/op delta Benchmark_decryptObjectInfo-32 24260928 808656 -96.67% benchmark old MB/s new MB/s speedup Benchmark_decryptObjectInfo-32 0.04 1.24 31.00x benchmark old allocs new allocs delta Benchmark_decryptObjectInfo-32 75112 48996 -34.77% benchmark old bytes new bytes delta Benchmark_decryptObjectInfo-32 287694772 4228076 -98.53% ```
This commit is contained in:
BIN
cmd/testdata/decryptObjectInfo.json.zst
vendored
Normal file
BIN
cmd/testdata/decryptObjectInfo.json.zst
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user