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

dev: optimize improve blooms.py using a hint-based approach #600

Open
enitrat opened this issue Jan 29, 2025 · 0 comments
Open

dev: optimize improve blooms.py using a hint-based approach #600

enitrat opened this issue Jan 29, 2025 · 0 comments

Comments

@enitrat
Copy link
Collaborator

enitrat commented Jan 29, 2025

since values are 1s or 0s, you could get away with:

count the 1s, check that for all topic/logs, the value at the given bit index is set, check that the sum of all values in the segments are equal to the sum of the previously counted 1s? throw in a few range checks to make sure we don't wrap around

Ensure this approach works and is sound; if it does, implement it. If it's not, find another way.

@github-project-automation github-project-automation bot moved this to Backlog in Keth Jan 29, 2025
@enitrat enitrat mentioned this issue Jan 29, 2025
@Eikix Eikix added this to the EELS migration milestone Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants