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

Add a table cache #43

Merged
merged 33 commits into from
Feb 10, 2024
Merged

Add a table cache #43

merged 33 commits into from
Feb 10, 2024

Commits on Dec 9, 2023

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

Commits on Dec 16, 2023

  1. Add allocation stats

    mkirchner committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    e4303ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2f2f38 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

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

Commits on Dec 22, 2023

  1. Fixed segfault

    mkirchner committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    3e9d6fc View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Configuration menu
    Copy the full SHA
    7cb6186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7efa881 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Unify struct typedef style

    mkirchner committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    429097a View commit details
    Browse the repository at this point in the history
  2. clang-format

    mkirchner committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    db710ea View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. cleanup

    mkirchner committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    a88f025 View commit details
    Browse the repository at this point in the history
  2. clang-format

    mkirchner committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    6102b8e View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. wip

    mkirchner committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    0656396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0a4ec7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0422e3d View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Adding benchmark info

    mkirchner committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    5605145 View commit details
    Browse the repository at this point in the history
  2. Add benchmark plot

    mkirchner committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    20ead33 View commit details
    Browse the repository at this point in the history
  3. readme update

    mkirchner committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    2c65f73 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    a0eb2a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    793d01e View commit details
    Browse the repository at this point in the history
  3. Add docs

    mkirchner committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f5c7ee8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2fe5fe View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Revert "Add ref counting for the table cache"

    This was the wrong idea.
    
    This reverts commit e2fe5fe.
    mkirchner committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    3de06a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. wip: fix segfault

    mkirchner committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ecc864a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    828e0e0 View commit details
    Browse the repository at this point in the history
  2. enabling all tests

    mkirchner committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7e2fc87 View commit details
    Browse the repository at this point in the history
  3. Add tests and fix segfault

    mkirchner committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c16744a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83497c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    cac1522 View commit details
    Browse the repository at this point in the history
  2. Makefile cleanup

    mkirchner committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    b77fdb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6f2fb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff033f4 View commit details
    Browse the repository at this point in the history
  5. Add internal types

    mkirchner committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    b54e226 View commit details
    Browse the repository at this point in the history
  6. Fix github workflow

    mkirchner committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    61792bb View commit details
    Browse the repository at this point in the history