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

Improve index construction performance with bitmaps #758

Open
brandonwillard opened this issue Mar 18, 2024 · 0 comments
Open

Improve index construction performance with bitmaps #758

brandonwillard opened this issue Mar 18, 2024 · 0 comments
Labels
enhancement help wanted optimization Related to performance optimizations structured generation Linked to structured generation

Comments

@brandonwillard
Copy link
Contributor

What behavior of the library made you think about the improvement?

One of the internal improvements we have at .txt involves a significantly more efficient representation of the vocabulary subsets stored in the index. By replacing the use of standard sets with something like https://pypi.python.org/pypi/roaringbitmap, outlines could have the same improvements.

How would you like it to behave?

No response

@brandonwillard brandonwillard added enhancement optimization Related to performance optimizations structured generation Linked to structured generation help wanted labels Mar 18, 2024
@rlouf rlouf pinned this issue Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement help wanted optimization Related to performance optimizations structured generation Linked to structured generation
Projects
Status: Todo
Development

No branches or pull requests

1 participant