Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a CellTable class that stores cells with QHash #359

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

dantti
Copy link
Member

@dantti dantti commented Sep 2, 2024

QMap is too slow to use as storage for cells, with QHash I was able cut writeBool() & friends time by half.

QMap is too slow to use as storage for cells, with
QHash I was able cut writeBool() & friends time by half.
@dantti dantti merged commit 0868573 into master Sep 2, 2024
27 checks passed
@dantti dantti deleted the dantti/celltable branch September 2, 2024 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant