java-design-patterns icon indicating copy to clipboard operation
java-design-patterns copied to clipboard

Feat: reduce logs

Open robertvolkmann opened this issue 2 years ago • 1 comments

Reduced the logs generated during text execution from over 100 MB to under 4 MB by adjusting the monitor pattern.

I further ensure that the main thread wait until all child threads finished.

Fixes #2369

robertvolkmann avatar Nov 30 '22 21:11 robertvolkmann

Excellent, this vastly improves the developer experience!

iluwatar avatar Dec 04 '22 09:12 iluwatar