commit | b05b10a3c0367c0b7bbe4fbe9b287ca46b92b05b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 22 18:10:45 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 22 18:10:45 2011 +0100 |
tree | 640255663aeb0bacbe247d962d8d641959e17ebf | |
parent | cab49dff91922dd8af0ca959968bc24cb6298485 [diff] |
updated for version 7.3.143 Problem: Memfile is not tested sufficiently. Looking up blocks in a memfile is slow when there are many blocks. Solution: Add high level test and unittest. Adjust the number of hash buckets to the number of blocks. (Ivan Krasilnikov)