Mercurial > hg
comparison hgext/acl.py @ 30688:dc5b594f41e9
keepalive: rewrite readline()
The old method was performing string concatenation, which is slower than
collecting raw chunks in a list and joining at the end.
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Wed, 07 Oct 2015 16:02:45 -0700 |
parents | d5883fd055c6 |
children | 8b109c61bc11 |
comparison
equal
deleted
inserted
replaced
30687:5d06f6b73a57 | 30688:dc5b594f41e9 |
---|