Mercurial > hg
diff i18n/zh_TW.po @ 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 | 9e12579369f1 |
children | 4acf569facef |