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

further improve LS_CSR performance by getting rid of bit packing #29

Closed
wants to merge 1 commit into from

Conversation

meyerzinn
Copy link
Collaborator

@meyerzinn meyerzinn commented Apr 6, 2024

We can infer whether a vertex is in the edit log by just storing start/end pointers and comparing them to the log address, which should remove some unnecessary indirect addressing and further reduce instruction counts.

This also cleans up some variable names.

@meyerzinn
Copy link
Collaborator Author

Lol this is totally incorrect, I completely forgot the whole "LargeVector` thing 😆

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.

2 participants