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

Fix console logging performance #8

Open
victorbush opened this issue Apr 4, 2020 · 0 comments
Open

Fix console logging performance #8

victorbush opened this issue Apr 4, 2020 · 0 comments

Comments

@victorbush
Copy link
Collaborator

NeFS Edit logs directly to the standard output. This is then output into the console form text box.

This has a major impact on performance when logging a lot of items consecutively (for example, if a file has a lot of errors during loading, like game.nefs).

A few options:

  • Find a way to queue log messages and efficiently write them out to the console.
  • Disable console logging by default and add a switch to enable/disable console logging.
  • Remove console logging and add option to log to file.
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

No branches or pull requests

1 participant