khaldoun kassem wrote:
Is it possible to write to the log in a separate thread, so that the 0.4ms to write the log entry for one item happens during the 1.0ms for handling the next item?Hi<<What is "slow" or "slower"? >> When I run the program without logs an action take 1ms, with logs inserted in a text file it takes 1.2ms so its "SLOW", and with logs inserted in a SQLite DB it takes 1.4ms so its "SLOWER" than the text file.