You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DotUtils library provides some Stream types used here. Lots of calls end up getting made to those Stream's ReadByte methods, but it hasn't overridden them, such that the (expensive) base implementations are used. I submitted dotutils/streamutils#2 to add those overrides. If/when that's merged and a new package is created that has the updated code, this project should be updated to use the newer version.
The text was updated successfully, but these errors were encountered:
The DotUtils library provides some Stream types used here. Lots of calls end up getting made to those Stream's ReadByte methods, but it hasn't overridden them, such that the (expensive) base implementations are used. I submitted dotutils/streamutils#2 to add those overrides. If/when that's merged and a new package is created that has the updated code, this project should be updated to use the newer version.
The text was updated successfully, but these errors were encountered: