hgext/__init__.py
author Bryan O'Sullivan <bryano@fb.com>
Thu, 12 Apr 2012 15:21:54 -0700
changeset 16404 9fca5b056c0a
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
store: speed up read and write of large fncache files In my tests of an fncache containing 300,000 entries, this improves read time from 567ms to 307, and write time from 1328ms to 533. These numbers aren't so great, since the fncache file is only 17MB in size, but they're an improvement.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder