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
Put the processing of the reader inside the thread - this would speed up Dante mainly with high number of available threads, since the reading of the file and creating internal objects from reads take too much time and this is not threaded. This enhancement would be time consuming to make right.
The text was updated successfully, but these errors were encountered:
Put the processing of the reader inside the thread - this would speed up Dante mainly with high number of available threads, since the reading of the file and creating internal objects from reads take too much time and this is not threaded. This enhancement would be time consuming to make right.
The text was updated successfully, but these errors were encountered: