Experiments and Analyses done for publication of TetRex
Variable k Analysis
runtimes
was done with the cache (k5 regex 13 is slow) and has no complexity inforuntimes_and_complex
was still done with cache but also contains complexity, index query count, and cache hit countruntimes_no_cache
was run without the cache (duh) and also has complexity info and index countsruntimes_and_info
was run without cache and also tracks complexity, index queries, pruneings, absorptions, and max pileups