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
I've noticed that file generation slows down significantly when adding many entries into the same batch. I've created a pull request with a suggestion of removing the updating of batch counts and totals on every addEntry() call and instead doing it when the user wants with a new updateBatchValues() method. This way, those who have a use case to update the counts and totals after every addEntry() call can still do so, while those who only need those totals updated at the time of generateFile() can realize much better performance.
The text was updated successfully, but these errors were encountered:
I've noticed that file generation slows down significantly when adding many entries into the same batch. I've created a pull request with a suggestion of removing the updating of batch counts and totals on every addEntry() call and instead doing it when the user wants with a new updateBatchValues() method. This way, those who have a use case to update the counts and totals after every addEntry() call can still do so, while those who only need those totals updated at the time of generateFile() can realize much better performance.
The text was updated successfully, but these errors were encountered: