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

Change parameters to exert_logic from iterator to slice #461

Merged
merged 2 commits into from
Feb 23, 2024

Commits on Feb 22, 2024

  1. Change parameters to exert_logic from iterator to slice

    This avoid the intermediate allocation for every invocation of exert_logic
    to create a boxed iterator. Instead, pass a slice that contains the same
    information previously revealed by the iterator. At the same time, wrap
    the logic in an option to only invoke it if it is set.
    
    Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
    antiguru committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    9fc13ce View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Update CI

    Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
    antiguru committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    90bfa55 View commit details
    Browse the repository at this point in the history