Mercurial > hg
comparison i18n/posplit @ 25672:050dc6eabc92
bufferedinputpipe: remove N^2 computation of buffer length (issue4735)
The assumption that dynamically computing the length of the buffer was N^2, but
negligible because fast was False. So we drop the dynamic computation and
manually keep track of the buffer length.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 26 Jun 2015 11:29:50 -0700 |
parents | e3ee7ec85a15 |
children | a1924bc6e267 |
comparison
equal
deleted
inserted
replaced
25671:d5ac3bebaf2a | 25672:050dc6eabc92 |
---|