Add hash-bench-n64 to Programming/C/Example Code#64
Open
dmang-dev wants to merge 1 commit into
Open
Conversation
A libdragon-based ROM that times 32 hash algorithms on the VR4300 and displays microseconds-per-iteration and KB/s on screen across two sort modes and a buffer-size sweep. Sits naturally next to n64zlibbench (already in the section) — same idea, more algorithms, notably including SHA-512 which beats SHA-256 on N64 thanks to the VR4300 being the only 64-bit-native CPU in the family. - Repo: https://github.com/dmang-dev/hash-bench-n64 - v1.0.0 release with prebuilt 1 MiB .z64: https://github.com/dmang-dev/hash-bench-n64/releases/tag/v1.0.0 - License: MIT - Built with: libdragon Tested in Ares 1.x and mupen64plus. Project64 < 4.x rejects libdragon's custom IPL3 (documented in the README). I'm the author.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Adds a single entry to Programming → C → Example Code (per CONTRIBUTING.md's "add to bottom of relevant category"):
Why "Example Code"
It sits naturally next to
n64zlibbench(already in the section) — same shape, just more algorithms. The other entries here are similar self-contained libdragon-using demonstrations. Not a game (no fit elsewhere), not a toolchain or library, not reverse engineering.Project at a glance
.z64(1 MiB padded): https://github.com/dmang-dev/hash-bench-n64/releases/tag/v1.0.0(The README has a documented compatibility note: Project64 < 4.x rejects libdragon's custom IPL3, so Ares is recommended for emulator users.)
Checklist (per CONTRIBUTING.md)
*not-, no trailing period)Disclosure
I'm the author.