##// 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:

r23399:fd5247a8 default
r45266:e58422af stable
Show More
hgwebconfig
6 lines | 67 B | text/plain | TextLexer
Gregory Szorc
docker: add Docker files for running an Apache mod_wsgi server...
r23399 [paths]
/ = /var/hg/repos/*
[web]
allow_push = *
push_ssl = False