gridwise-webgpu / gridwise-webgpu/gridwise
Check sort performance
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 11
- Forks
- 9
- Avg merge
- 9m
- Merged PRs (30d)
- 6
Description
If we run something like
then the plotted sort bandwidth is pretty modest. I want to check if it is reasonable. I need to go look at how I am calculating sort data volume and probably do some lower-level benchmarking.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the scan_sort_perf.html example URL and inspect how sort data volume is calculated for the sort_keys benchmark. Compare the plotted sort bandwidth with lower-level benchmark results to determine whether the calculation or the measured performance is responsible. Done means documenting whether the bandwidth is reasonable and identifying the relevant correction or follow-up.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100