tkrzw_str_perf - Man Page
manual page for tkrzw_str_perf 1.0.31
Description
tkrzw_str_perf: Performance checker of string utilities of Tkrzw
Usage
tkrzw_str_perf search [options]
: Checks search performance.
tkrzw_str_perf hash [options]
: Checks hashing performance.
tkrzw_str_perf compress [options]
: Checks compression performance.
Options of the search subcommand
--iter num : The number of iterations. (default: 10000)
--text num : The size of each text to search. (default: 10000)
--pattern num : The size of each pattern to search for. (default: 5)
--chars num : The number of character variations in the text and the pattern. (default: 26)
--whole num : The maximum number of results to get. 0 means the first only. (default: 0)
--batch num : The number of patterns in a batch. 0 means no batching. (default: 0)
Options of the hash subcommand
--iter num : The number of iterations. (default: 10000)
--text num : The size of each text to search. (default: 10000)
Options of the compress subcommand
--iter num : The number of iterations. (default: 10000)
--text num : The size of each text to search. (default: 10000)
--error_type str : The type of errors to detect: zero, random, alpha.
--error_size num : The size of each error section. (default: 1)