##// END OF EJS Templates
bufferedinputpipe: remove N^2 computation of buffer length (issue4735)...
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.

File last commit:

r0:9117c656 default
r25672:050dc6ea default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer