Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve multithreaded performance (#1)
Mutex lock is not necessary when performing line formatting and conversion to UTF-8, so I have moved string manipulation out of the locked scope. This gave more concurrency level and about 3 times more performance on Windows with my test sample.
- Loading branch information