takashi-ishio / selogger

(Near-)omniscient debugging/tracing/logging tool for Java
Other
35 stars 8 forks source link

0.3.2 is much slower than 0.3.1 #20

Closed takashi-ishio closed 2 years ago

takashi-ishio commented 2 years ago

As 0.3.2 removed an internal buffer, 0.3.2 is much slower than 0.3.1. A new buffering mechanism might be needed.

takashi-ishio commented 2 years ago

The slowdown occurs on limited environments probably due to the storage performance. The develop branch re-implemented an internal buffer.