Commits
Click on a commit to change the comparison rangesimplify2 months ago
by shekhirin Add default hasher benchmark alongside foldhash
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>2 months ago
by shekhirin Add HashMap insertion and lookup benchmarks
Benchmarks both default and foldhash hashers for comprehensive HashMap performance testing:
- insert_default: HashMap insertion with default hasher
- insert_foldhash: HashMap insertion with foldhash
- lookup_default: HashMap lookup with default hasher
- lookup_foldhash: HashMap lookup with foldhash
Results show foldhash is ~2.4x faster for insertion and ~2.1x faster for lookup operations.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>2 months ago
by shekhirin insert more2 months ago
by shekhirin