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
While sample delivery is the expected method, implemented is alternate method primarily addressing, as it seems, accurate file closing. The mix of methods does not look accurate and, among other, appears to be a performance bottleneck. It makes sense to revise this part of the multiplexer and elaborate a more accurate solution.
The text was updated successfully, but these errors were encountered:
* before, we repeatedly fetched an IStream reference into an IStreamPtr and soon after released it again
* this led the attached FileWriter to constantly open and close the associated file, hurting performance
* affects roman380#19
* fixesroman380#21
While sample delivery is the expected method, implemented is alternate method primarily addressing, as it seems, accurate file closing. The mix of methods does not look accurate and, among other, appears to be a performance bottleneck. It makes sense to revise this part of the multiplexer and elaborate a more accurate solution.
The text was updated successfully, but these errors were encountered: