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 IDE save method as discussed on Discord #410

Merged
merged 2 commits into from
Nov 29, 2023
Merged

Change IDE save method as discussed on Discord #410

merged 2 commits into from
Nov 29, 2023

Conversation

SteveMcNeill
Copy link
Member

String manipulation has too much overhead for larger files to write all at once. The best write speeds, from multiple testing experiments in various conditions, come from simply using PUT to place the data line by line to the drive.

This change reflects that method of file saving.

String manipulation has too much overhead for larger files to write all at once.   The best write speeds, from multiple testing experiments in various conditions, come from simply using PUT to place the data line by line to the drive.

This change reflects that method of file saving.
@a740g a740g added the enhancement New feature or request label Nov 29, 2023
@SteveMcNeill SteveMcNeill changed the title Chance IDE save method as discussed on Discord Change IDE save method as discussed on Discord Nov 29, 2023
@SteveMcNeill SteveMcNeill merged commit 2e5b2cd into QB64-Phoenix-Edition:main Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants