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

Slotted array vectorized #376

Merged
merged 19 commits into from
Jul 26, 2024
Merged

Slotted array vectorized #376

merged 19 commits into from
Jul 26, 2024

Commits on Jul 23, 2024

  1. more vectorization

    Scooletz committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a818450 View commit details
    Browse the repository at this point in the history
  2. TryFind loop shortened

    Scooletz committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    dfe3f40 View commit details
    Browse the repository at this point in the history
  3. Search fixed

    Scooletz committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    902f3d1 View commit details
    Browse the repository at this point in the history
  4. aligned search

    Scooletz committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    a16c1c6 View commit details
    Browse the repository at this point in the history
  5. single vector at a time

    Scooletz committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2e8823f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    b3e3d98 View commit details
    Browse the repository at this point in the history
  2. benchmarks reworked

    Scooletz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c22ebee View commit details
    Browse the repository at this point in the history
  3. unneeded removed

    Scooletz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ef7f860 View commit details
    Browse the repository at this point in the history
  4. assert removed

    Scooletz committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0026366 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d95544 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Vector128 added

    Scooletz committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    dae49e9 View commit details
    Browse the repository at this point in the history
  2. fix of the search

    Scooletz committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    29025f1 View commit details
    Browse the repository at this point in the history
  3. dummy assert removed

    Scooletz committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0ef13aa View commit details
    Browse the repository at this point in the history
  4. bug fixed

    Scooletz committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    90c99b1 View commit details
    Browse the repository at this point in the history
  5. undo dummy testing

    Scooletz committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    abfb04b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    a69bd6c View commit details
    Browse the repository at this point in the history
  2. hash collision benchmark

    Scooletz committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    fe2ccd9 View commit details
    Browse the repository at this point in the history
  3. design updated

    Scooletz committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    650045f View commit details
    Browse the repository at this point in the history
  4. format

    Scooletz committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    109b2db View commit details
    Browse the repository at this point in the history