!7 p-exp { int n = 200000, count = 0; LS l = mL("Random facts"); S s = "I am a *"; parse3_cachedInput_cache = synchronizedMRUCache(100); twice { time { count = 0; repeat n { for (S x : l) if (match3(s, x)) ++count; } }} printBenchResult(n*l(l)); print(count); for (S v : allCacheVars()) pcall-short { print(v + ": " + l(getMC(v))); } }