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

optimize SMT #487

Merged
merged 55 commits into from
Aug 8, 2023
Merged

optimize SMT #487

merged 55 commits into from
Aug 8, 2023

Conversation

rickb80
Copy link
Contributor

@rickb80 rickb80 commented Jul 27, 2023

hashdb optimizations:

  1. Added associativeCache based in tables of indices instead of maps (collision resistant): class DatabaseMTAssociativeCache (configurable size).
  2. Optimization splitkey method in class Smt
  3. Navigation through cache without strings, strings only used for queries
  4. DatabaseMap, store keys only when necessary.

Note: previous version of cache is still usable...

@rickb80 rickb80 requested a review from fractasy July 27, 2023 16:01
@cla-bot cla-bot bot added the cla-signed label Jul 27, 2023
@rickb80
Copy link
Contributor Author

rickb80 commented Jul 28, 2023

.

@rickb80 rickb80 removed the request for review from fractasy July 28, 2023 10:36
@rickb80 rickb80 requested a review from fractasy August 8, 2023 08:58
@rickb80 rickb80 merged commit e54944f into develop Aug 8, 2023
2 checks passed
@rickb80 rickb80 deleted the rick/omptimize-smt branch April 2, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant