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

xapi-stdext-std: add Listext.List.find_minimum #85

Merged
merged 3 commits into from
Jan 17, 2024

Commits on Jan 17, 2024

  1. xapi-stdext-std: add Listext.List.find_minimum

    Useful to get the lowest or highest element in a list in linear time, as
    it avoids sorting the whole list.
    
    Signed-off-by: Pau Ruiz Safont <[email protected]>
    psafont committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9a3ac88 View commit details
    Browse the repository at this point in the history
  2. reformat with newer version of ocamlformat

    Signed-off-by: Pau Ruiz Safont <[email protected]>
    psafont committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7f4472c View commit details
    Browse the repository at this point in the history
  3. prepare for release

    Signed-off-by: Pau Ruiz Safont <[email protected]>
    psafont committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    38f9acb View commit details
    Browse the repository at this point in the history