Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/wordcount.c
2018-04-19
| ||
16:52 | Add the --upsert option to the wordcount test program. file: [d721a4b6] check-in: [ee1e750b] user: drh branch: trunk, size: 23690 | |
2017-08-28
| ||
15:51 | Remove the rarely-used scratch memory allocator. This makes the code smaller, faster, and easier to maintain. In place of the scratch allocator, add the SQLITE_CONFIG_SMALL_MALLOC configuration option that provides a hint to SQLite that large memory allocations should be avoided. file: [cb589cec] check-in: [54b00024] user: drh branch: trunk, size: 23074 | |
2016-12-31
| ||
21:55 | Add the --help and --all options to the wordcount test utility. file: [06efb84b] check-in: [18baeadf] user: drh branch: wordcount-enhancement, size: 23360 | |
2016-08-01
| ||
21:17 | Update the wordcount.c test program and add a new script "time-wordcount.sh" for additional performance testing. file: [97856eec] check-in: [d8ef9f58] user: drh branch: trunk, size: 20360 | |
2015-10-29
| ||
13:48 | Fix uses of ctype functions (ex: isspace()) on signed characters in test programs and in some obscure extensions. No changes to the core. file: [2a0a6c0d] check-in: [34eb6911] user: drh branch: trunk, size: 19967 | |
2013-11-26
| ||
16:51 | Fix a possible NULL pointer deference in the wordcount test program. file: [9915e06c] check-in: [6f91dca0] user: drh branch: trunk, size: 19920 | |
2013-11-21
| ||
22:02 | Slight change to the --timer output on wordcount for better display on windows: Avoid showing the full pathname of the executable. file: [800b6ab9] check-in: [b9e047b9] user: drh branch: trunk, size: 19898 | |
21:40 | Modify wordcount so that timer information appears on standard error instead of standard output. Rename the run-wordcount.bash script to run-wordcount.sh and simplify it so that it stands a better chance of running on non-GNU systems. file: [6ce4090a] check-in: [586c11ed] user: drh branch: trunk, size: 19888 | |
19:27 | Add the --timer option to the wordcount test program. file: [a42341b7] check-in: [a89fdf87] user: drh branch: trunk, size: 19832 | |
2013-11-16
| ||
15:35 | Fully constraint the ORDER BY on the top-10 line of the --summary output from the wordcount test program. Add the run-wordcount.bash script for running wordcount in various configurations. file: [c80f378f] check-in: [7edf39eb] user: drh branch: trunk, size: 18933 | |
2013-11-15
| ||
13:12 | Add the --query option to the wordcount test program. file: [b8872ec4] check-in: [5960d11e] user: drh branch: trunk, size: 18927 | |
2013-11-08
| ||
00:16 | On the --summary output of wordcount, add the a PRAGMA integrity_check and a 64-bit checksum of the entire table. file: [2c2cc111] check-in: [1d1d13b8] user: drh branch: trunk, size: 17764 | |
2013-11-07
| ||
23:23 | Add many new options to the wordcount test program: --delete, --pagesize, --cachesize, --commit, --nosync, and --journal. file: [f6af51ef] check-in: [e938112d] user: drh branch: trunk, size: 16134 | |
19:43 | Add the --stats and --summary options to the wordcount.c test program. file: [c1ed122d] check-in: [8aa21e67] user: drh branch: trunk, size: 13063 | |
18:37 | Add the "wordcount.c" test program. file: [77aaf31e] check-in: [f02ee546] user: drh branch: trunk, size: 11770 Added | |