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

Smol optimizations #166

Merged
merged 6 commits into from
Aug 11, 2023
Merged

Smol optimizations #166

merged 6 commits into from
Aug 11, 2023

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    7ac957e View commit details
    Browse the repository at this point in the history
  2. perf: work with the natural stack order

    i.e. push and pop at the end of the list instead of at the beginning
    karmacoma-eth committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6aaea0b View commit details
    Browse the repository at this point in the history
  3. perf: make BitVecSortCache read-only

    this means that not every BitVecSort will be cached, only the ones deemed most common during initialization
    karmacoma-eth committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e27c227 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14910d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    927b870 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    1c0f838 View commit details
    Browse the repository at this point in the history