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

Convert to the 4.0 API, and make use of storage API? #1

Open
krivit opened this issue Oct 31, 2023 · 0 comments
Open

Convert to the 4.0 API, and make use of storage API? #1

krivit opened this issue Oct 31, 2023 · 0 comments

Comments

@krivit
Copy link
Member

krivit commented Oct 31, 2023

This could simplify and speed things up significantly:

  1. No need for the FOR_EACH_TOGGLE/TOGGLE_IF_MORE_TO_COME/UNDO_PREVIOUS_TOGGLES construct.
  2. No need to call Calloc()/Free() each call: can allocate on initialisation and free on finalisation.
  3. Probable algorithmic improvements by being able to cache useful information that persists between calls and tracks the network as it changes.
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

No branches or pull requests

1 participant