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

Add temporary bodge to MIO Enigma dir writer to support deltas #543

Merged

Conversation

NebelNidas
Copy link
Contributor

@NebelNidas NebelNidas commented Apr 10, 2024

MIO's EnigmaDirWriter doesn't support writing deltas only, so it deletes the parent directory and rewrites all the mapping files on every save, which is very slow. This PR delegates writes to Enigma's old dir writer, but using MIO's EnigmaFileWriter under the hood.

Long-term we need to add native diff handling to MIO.

@modmuss50 modmuss50 merged commit fba6b59 into FabricMC:master Apr 10, 2024
2 checks passed
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