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

Enable dense indexing in FunctionRegistry and BuiltinProgram #619

Closed
wants to merge 2 commits into from

Conversation

LucasSte
Copy link

This PR is an alternative to #617. It contains less changes and better deals with dense indexes.

The FunctionRegistry data structure has been changed to accept dense indexes in a predefined range. As we may have unregistered functions in dense indexing as well, using the Btree is advantageous because it obviates the tombstone syscall. If a syscall is deactivated, it is simply not present in the tree.

@LucasSte LucasSte requested a review from Lichtso October 18, 2024 15:19
@LucasSte LucasSte marked this pull request as ready for review October 18, 2024 15:19
@LucasSte LucasSte closed this Oct 18, 2024
@LucasSte LucasSte deleted the register-mask branch October 22, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant