comparison mercurial/diffhelpers.c @ 26478:a3f7e5461dbd

util.chunkbuffer: special case reading everything The new code results in simpler logic within the while loop. It is also faster since we avoid performing operations on the queue and buf collections. However, there shouldn't be any super hot loops for this since the whole point of chunkbuffer is to avoid reading large amounts of data at once. This does, however, make it easier to optimize chunkbuffer in a subsequent patch.
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 05 Oct 2015 16:28:12 -0700
parents f1c127df7c4f
children 2f51f4c535d2
comparison
equal deleted inserted replaced
26477:d69245af4dbe 26478:a3f7e5461dbd