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

fix: rm ops arr perf #332

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Conversation

d-roak
Copy link
Member

@d-roak d-roak commented Jan 9, 2025

This is a pr on top of the remove operations array pr, for performance improvements.

  • It replaces the node assert equal, with a faster library
  • It checks repeated vertices on the callFn instead of the stack (comparing with the frontier)

perf (locally): 6 op/s -> 25 ops/s

@d-roak d-roak force-pushed the fix/rm-ops-arr-perf branch from 4eaec70 to b27e19b Compare January 9, 2025 07:32
@d-roak d-roak merged commit eab3512 into feat/remove-operations-array Jan 9, 2025
@d-roak d-roak deleted the fix/rm-ops-arr-perf branch January 13, 2025 00:13
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