##// END OF EJS Templates
util: remove outdated comment about construction overhead...
util: remove outdated comment about construction overhead An old implementation of this class (possibly only in my local repo) allocated nodes in the cache during construction time, making __init__ slow for large cache capacities. The current implementation lazily grow the cache size, making this comment wrong.

File last commit:

r16438:28a90cdf default
r27667:37df458d default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer