Fix corpus size number in example README

This commit is contained in:
Chad Retz
2017-12-06 03:27:02 -06:00
parent eaf4137c67
commit 7c61edf257

View File

@ -6,7 +6,7 @@ the performance compared to the built-in Java regex engine.
#### Main #### Main
In this version, we include the `regex` crate. The main loads a ~15k text file Project Gutenberg collection of Mark In this version, we include the `regex` crate. The main loads a ~15MB text file Project Gutenberg collection of Mark
Twain works (taken from [this blog post](https://rust-leipzig.github.io/regex/2017/03/28/comparison-of-regex-engines/) Twain works (taken from [this blog post](https://rust-leipzig.github.io/regex/2017/03/28/comparison-of-regex-engines/)
that does Rust regex performance benchmarks). Both the Java and Rust regex engines are abstracted into a common that does Rust regex performance benchmarks). Both the Java and Rust regex engines are abstracted into a common
interface. When run, it checks how many times the word "Twain" appears via both regex engines. interface. When run, it checks how many times the word "Twain" appears via both regex engines.