-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Load performance #52
Comments
Hi @mattbrownfaro, The low performance when reading a DWG may be due the flag If the issue continue I'll open a branch to implement stress tests to explore the issue. About the topic for write a Polyline, I'll open a dedicated branch to implement it. |
This was also my experience with loading files. I feel like there are some other avenues I can pursue to increase the loading & saving performance, I just have to make some time. |
Thank you Albert. I'll try out the flag and report back. |
I had the flag set to none. I set it to CheckCrc just for curiosity and it was quite a bit slower as expected. |
Hi Albert,
I'm running into a pretty big issue regarding load time. I have a 74K object count DWG that takes over 300 seconds to load in AS. Lots of small lines in this drawing. I could send you the DWG if interested.
Also, is there a timeline for when Polyline save will be implemented?
Thank you,
Matt
The text was updated successfully, but these errors were encountered: