##// END OF EJS Templates
changegroup: make delta header struct formatters actual structs...
changegroup: make delta header struct formatters actual structs Why we weren't using compiled Struct instances, I don't know. They make code simpler. In theory they are faster. Although I don't believe I was able to measure any meaningful change. That could be because this code is often dominated by compression, deltafication, and function call overhead. Differential Revision: https://phab.mercurial-scm.org/D4078

File last commit:

r32206:c4858385 default
r38932:271854ad default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer