From f422ab2992f104f99080134bd5e46f6e3ca3b472 Mon Sep 17 00:00:00 2001 From: MiscellaneousStuff Date: Sun, 24 Jul 2022 17:27:34 +0100 Subject: [PATCH] Added optimized branch info to README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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