##// END OF EJS Templates
rev-branch-cache: stop truncating cache file...
rev-branch-cache: stop truncating cache file Truncating the file prevent the safe use of mmap. So instead of overwrite the existing data. If more than 20% of the file is to be overwritten, we rewrite the whole file instead. Such whole rewrite is done by replacing the old one with a new one, so mmap of the old file would be affected. This prepare a more aggressive use of mmap in later patches.

File last commit:

r51288:f0d2b18f default
r52798:c564be35 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer