-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accumulate insertions in HashMap to avoid sort. (#1057)
* Accumulate insertions in HashMap to avoid sort. * Refactor insert(). * Clippy: use if let. * Use IndexSet since dedup is insufficient. * Refactor prove_query. * Save unique_keys in index-keyed HashMap to avoid last sort. * Clippy. --------- Co-authored-by: porcuquine <porcuquine@users.noreply.github.com>
- Loading branch information
1 parent
8e5b5ea
commit 46c7e62
Showing
3 changed files
with
112 additions
and
68 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
46c7e62
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmarks
Table of Contents
Overview
This benchmark report shows the Fibonacci GPU benchmark.
NVIDIA L4
Intel(R) Xeon(R) CPU @ 2.20GHz
32 vCPUs
125 GB RAM
Workflow run: https://github.com/lurk-lab/lurk-rs/actions/runs/7549743653
Benchmark Results
LEM Fibonacci Prove - rc = 100
ref=8e5b5ea108e16ff6fdea88caf6950b1ee81f6398
ref=46c7e624188170b5f7091ac765aa3c12ebdb1ac0
num-100
1.74 s
(✅ 1.00x)1.74 s
(✅ 1.00x slower)num-200
3.36 s
(✅ 1.00x)3.36 s
(✅ 1.00x faster)LEM Fibonacci Prove - rc = 600
ref=8e5b5ea108e16ff6fdea88caf6950b1ee81f6398
ref=46c7e624188170b5f7091ac765aa3c12ebdb1ac0
num-100
2.03 s
(✅ 1.00x)2.03 s
(✅ 1.00x faster)num-200
3.39 s
(✅ 1.00x)3.39 s
(✅ 1.00x faster)Made with criterion-table