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

Little bit faster BatList.cartesian_product #998

Closed
wants to merge 3 commits into from

Commits on Dec 29, 2020

  1. another implementation for BatList.cartesian_product

    this implementation avoids the call to List.concat
    
    as explained in issue ocaml-batteries-team#997
    fccm committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    457e2ec View commit details
    Browse the repository at this point in the history
  2. add function BatList.cartesian_product_rev

    same than BatList.cartesian_product but avoids the calls to List.rev
    fccm committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    a20a172 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Configuration menu
    Copy the full SHA
    6feef3c View commit details
    Browse the repository at this point in the history