-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
quadtree: optimize allocation in our maxHeap
benchmarks for move to our own maxHeap benchmark old ns/op new ns/op delta BenchmarkRandomKNearest10-12 4333 2094 -51.67% BenchmarkRandomKNearest100-12 43245 15957 -63.10% benchmark old allocs new allocs delta BenchmarkRandomKNearest10-12 44 14 -68.18% BenchmarkRandomKNearest100-12 369 104 -71.82% benchmark old bytes new bytes delta BenchmarkRandomKNearest10-12 1777 472 -73.44% BenchmarkRandomKNearest100-12 15288 3432 -77.55%
- Loading branch information
Showing
4 changed files
with
46 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters