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
Using excessively large arrays in either .rpy files or imported .py files will run normally but cause the build distribution to hang on the scanning phase
The text was updated successfully, but these errors were encountered:
How excessive are we talking about? We do need to pull all the data into memory a few times to hash ands compress it.
Sorry, something went wrong.
About 500,000 characters in around 20,000 elements per file
8bd55a4
No branches or pull requests
RTP35 commentedFeb 4, 2020
Using excessively large arrays in either .rpy files or imported .py files will run normally but cause the build distribution to hang on the scanning phase
The text was updated successfully, but these errors were encountered: