comparison Filelist @ 2730:e0a90042318d

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)
author Bram Moolenaar <bram@vim.org>
date Tue, 22 Mar 2011 18:10:45 +0100
parents 073ff46fe397
children f2e1c3a90a3b
comparison
equal deleted inserted replaced
2729:12f838be9c59 2730:e0a90042318d
37 src/macros.h \ 37 src/macros.h \
38 src/main.c \ 38 src/main.c \
39 src/mark.c \ 39 src/mark.c \
40 src/mbyte.c \ 40 src/mbyte.c \
41 src/memfile.c \ 41 src/memfile.c \
42 src/memfile_test.c \
42 src/memline.c \ 43 src/memline.c \
43 src/menu.c \ 44 src/menu.c \
44 src/message.c \ 45 src/message.c \
45 src/misc1.c \ 46 src/misc1.c \
46 src/misc2.c \ 47 src/misc2.c \
684 runtime/tutor/README.*.txt \ 685 runtime/tutor/README.*.txt \
685 runtime/tutor/Makefile \ 686 runtime/tutor/Makefile \
686 runtime/tutor/tutor.utf-8 \ 687 runtime/tutor/tutor.utf-8 \
687 runtime/tutor/tutor.?? \ 688 runtime/tutor/tutor.?? \
688 runtime/tutor/tutor.??.* \ 689 runtime/tutor/tutor.??.* \
690 runtime/tutor/tutor.bar \
691 runtime/tutor/tutor.bar.* \
689 runtime/spell/README.txt \ 692 runtime/spell/README.txt \
690 runtime/spell/??/*.diff \ 693 runtime/spell/??/*.diff \
691 runtime/spell/??/main.aap \ 694 runtime/spell/??/main.aap \
692 runtime/spell/tet/*.diff \ 695 runtime/spell/tet/*.diff \
693 runtime/spell/tet/main.aap \ 696 runtime/spell/tet/main.aap \