diff --git a/README.md b/README.md index 94cb88e..44cfccf 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,17 @@ Dependencies: ### Setup All LView & LView python scripts configurations reside in config.ini file. First you must set the path to the scripts folder with the following config (you can find the config.ini in LView folder): - `::scriptsFolder=\` \ No newline at end of file + `::scriptsFolder=\` + +## Optimized + +The release version of the TLoL-Scraper uses an optimized C++ implementation to scrape +replay files which doubles the effective scraping speed over using the Python +interface to save replay data. This is also the same version used in the YouTube +guide. Switch the branch to the `optimized` branch if you want maximum performance +when scraping replays. Use the following code to switch the branch: + + +```bash +git checkout optimized +``` \ No newline at end of file