##// END OF EJS Templates
diff: re-establish linear runtime performance...
diff: re-establish linear runtime performance The previous method with sum() and list() creates a new list object for every hunk. Then sum() is used to flatten out this sequence of lists. The sum() function is not "lazy", but creates a new list object for every "+" operation and so this code had quadratic runtime behaviour.

File last commit:

r45128:af739894 default
r45266:e58422af stable
Show More
Cargo.toml
3 lines | 75 B | text/plain | TOMLLexer
[workspace]
members = ["hg-core", "hg-cpython"]
exclude = ["chg", "hgcli"]