Reduce allocations in opamVersionCompare by talex5 · Pull Request #6144 · ocaml/opam
Test-case: let () let x0 = Gc.stat () in assert (OpamVersionCompare.compare "1.2.3" "1.02.3" == 0); let x1 = Gc.stat () in Printf.printf "minor_words: %.0f\n" ...