Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy parsing of SC2Replay file to speed up data science #204

Open
atursams opened this issue Jan 18, 2020 · 1 comment
Open

Lazy parsing of SC2Replay file to speed up data science #204

atursams opened this issue Jan 18, 2020 · 1 comment

Comments

@atursams
Copy link

Is there an option to use lazy parsing of the file?
What I want is specific data like who won and what was the map and the date, and it seems that it would be optimal to get that without the heavy lifting that the parser is doing on build and actions.

@StoicLoofah
Copy link

I am unaware of a lazy parsing option. If you want a lightweight parser, I suggest you use s2protocol instead since it doesn't create nearly as many structures as sc2reader in any case.

You might have better luck asking on https://github.com/ggtracker/sc2reader/ since that's the official repo now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants