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

Minor follow-up optimizations #148

Merged
merged 7 commits into from
Mar 27, 2024

Conversation

PaulusParssinen
Copy link
Contributor

@PaulusParssinen PaulusParssinen commented Mar 26, 2024

By making the fields properties or by inlining the statements, we allow JIT to consider the values such as record sizes and blittability to be constants.

I missed these in #39

edit: came across one two log2 acceleration oppurtunities I missed in #35 so included it in this PR if that's ok, i think that should be them all.. sry, for expanding the scope of PR

@vazois vazois added the storage label Mar 26, 2024
@PaulusParssinen PaulusParssinen changed the title Make JIT to fold more constants in Tsavorite Minor follow-up optimizations Mar 26, 2024
@badrishc badrishc merged commit 922c975 into microsoft:main Mar 27, 2024
18 of 19 checks passed
@PaulusParssinen PaulusParssinen deleted the more-tsavorite-const-folding branch March 27, 2024 21:57
@github-actions github-actions bot locked and limited conversation to collaborators May 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants