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

Change dataManager to string data using async reads #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

IceRaptor
Copy link

By default DataManager.StringDataLoadRequest() makes a blocking call to fetch a file. This changes the logic to use an async read, which is then handed by a synchronous handler. This improves loading time somewhat, sharply dropping File I/O time as the DM does an alright job of handling multiple loads.

Sorry for the project paths getting changed, I thought I had excluded those. I can switch to a Directory.Build.props model like I did for ModTek, that wouldn't cause these to be overwritten.

@Mhburg
Copy link
Owner

Mhburg commented Dec 3, 2020

the pathing is alright, I am just gonna go ahead and remove the csproj files, then readd the new code.

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

Successfully merging this pull request may close these issues.

2 participants