Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt6hash
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Knoll
qt6hash
Graph
master
Select Git revision
0 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
17
Jan
15
14
13
7
6
3
23
Dec
20
Remove explicit noexcept() specification on destructors
master
master
Small fixes
Small fix
More formatting fixes
Add missing [] operators to QMultiHash
Various optimizations and streamlining of code
Optimize QMultiHash::replace
Optimize QMultiHash::insert()
Final fixes to QMultiHash
WIP: better multi hash
Readd multi hash test cases
Fixes for QMultiHash::erase()
Re-add QMultiHash::uniqueKeys()
More cleanups
More cleanups
Fixup last commit
Cleanup
More small fixes
Various fixes
Move some pieces to the .cpp file
Clean up the table on delete/erase
Start with 16 buckets, not 4
Fix a logic error
Add support for hash seeds
Various fixes
No need to detach() in QHash::end()
Add noexcept where possible
Cleanups
Use linear probing
Add support for QMultiHash
Fix logic error
Clean up the prime number list and mod code
Added README
Added some benchmark results
Smaller fixes to resizing and change spans to hold 128 entries
Fix reserve() and squeeze()
Free data early while rehashing
Implement a prime number growth policy
Implemennt proper poweer of two growth policy
More fixes. Passes tests now
Loading