Sergey Podobry

Results 176 comments of Sergey Podobry

Hi! Why do we need `util::FormatTime` function?

Interesting findings, great thanks.

@stephane-martin Yes, the linux man page says about `pthread_yield`: > This call is nonstandard, but present on several other systems. Use > the standardized `sched_yield` instead Thanks for noticing it.

I remember about performance improvements made by @victor-istomin and I also made some additional profiling and research. The results are very sad: - `std::mutex` and `pthread_mutex` implementations don't use spinning...

Of course it's possible. But you have to understand what and why you're doing. Here are some points to consider: - completely removing file operations from the [Performance](samples/Performance) sample makes...

Yes, this is in TODO list.

What OS and compiler do you use? Could you post some code?

@TChristophe Are you using the same log file name for the both executable and shared library? If yes it can be the issue.

@avfrolkina Hi! There can't be multiple `PLOG_EXPORT` binaries. You need only one export and multiple imports. Often it's more convenient to use another approach shown in [ChainedApp](https://github.com/SergiusTheBest/plog/blob/master/samples/Chained/ChainedApp/Main.cpp).

Hi @GithubAlanChao! Why do you use borland c++ builder 6? It's a very old compiler.