fallintoplace opened a new pull request, #1814: URL: https://github.com/apache/iceberg-go/pull/1814
## Summary - Format object-store hash paths directly into a fixed buffer. - Keep the existing 20-bit hash and directory layout unchanged. - Add a focused benchmark. ## Benchmark On an Apple M1 Pro with Go 1.26.3 and GOMAXPROCS=1: - Before: 1,422 ns/op, 112 B/op, 3 allocs/op - After: 646 ns/op, 24 B/op, 1 alloc/op - About 2.2x faster These are the medians from five 1-second runs of `BenchmarkComputeHash`. ## Tests - `go test ./...` - `go test -race ./table/...` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
