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

Evaluate std::unordered_map for Transition Table Storage #2

Open
xorz57 opened this issue Jun 13, 2024 · 1 comment
Open

Evaluate std::unordered_map for Transition Table Storage #2

xorz57 opened this issue Jun 13, 2024 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested

Comments

@xorz57
Copy link
Owner

xorz57 commented Jun 13, 2024

Currently, transition_table_t is implemented as an std::vector. This issue proposes testing the use of std::unordered_map as an alternative storage mechanism for the transition_table_t. The goal is to determine if std::unordered_map provides better performance.

@xorz57 xorz57 added help wanted Extra attention is needed good first issue Good for newcomers question Further information is requested labels Jun 13, 2024
@xorz57 xorz57 changed the title Evaluate Performance of std::unordered_map for Transition Table Storage Evaluate std::unordered_map for Transition Table Storage Jun 13, 2024
@xorz57
Copy link
Owner Author

xorz57 commented Jun 13, 2024

I highly recommend using https://github.com/google/benchmark for writing benchmarks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant