1TKRZW_STR_PERF(1) User Commands TKRZW_STR_PERF(1)
2
3
4
6 tkrzw_str_perf - manual page for tkrzw_str_perf 1.0.24
7
9 tkrzw_str_perf: Performance checker of string utilities of Tkrzw
10
11 Usage:
12 tkrzw_str_perf search [options]
13
14 : Checks search performance.
15
16 tkrzw_str_perf hash [options]
17
18 : Checks hashing performance.
19
20 tkrzw_str_perf compress [options]
21
22 : Checks compression performance.
23
24 Options of the search subcommand:
25 --iter num : The number of iterations. (default: 10000)
26
27 --text num : The size of each text to search. (default: 10000)
28
29 --pattern num : The size of each pattern to search for. (default: 5)
30
31 --chars num : The number of character variations in the text and the
32 pattern. (default: 26)
33
34 --whole num : The maximum number of results to get. 0 means the first
35 only. (default: 0)
36
37 --batch num : The number of patterns in a batch. 0 menas no batching.
38 (default: 0)
39
40 Options of the hash subcommand:
41 --iter num : The number of iterations. (default: 10000)
42
43 --text num : The size of each text to search. (default: 10000)
44
45 Options of the compress subcommand:
46 --iter num : The number of iterations. (default: 10000)
47
48 --text num : The size of each text to search. (default: 10000)
49
50 --error_type str : The type of errors to detect: zero, random, alpha.
51
52 --error_size num : The size of each error section. (default: 1)
53
54
55
56tkrzw_str_perf 1.0.24 April 2022 TKRZW_STR_PERF(1)