Skip to content

Commit

Permalink
Added optimized branch info to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MiscellaneousStuff committed Jul 24, 2022
1 parent e6488f3 commit f422ab2
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=\<folder\>`
`::scriptsFolder=\<folder\>`

## 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
```

0 comments on commit f422ab2

Please sign in to comment.