Odysseas Georgoudis
Odysseas Georgoudis
closing this, please reopen if it is still an issue
hey, I have not tried to run the library on .NET. Can you maybe tried the answers from https://stackoverflow.com/questions/18037232/c-cli-correct-way-to-use-pragma-managed-unmanaged ?
Hey, thanks for checking out the library and the queue. Below is a short history of quill queues .. I actually had that proposed implementation in earlier versions of the...
thanks for letting me know. I fixed it here and also made some improvements. It's mainly cosmetic changes and small things. https://github.com/odygrd/quill/pull/362/files Throughput is about the same as old version:...
Hey, I'm not very familiar with the Meson build system to create the scripts. It'd be really nice to have some Meson / Bazel build scripts for the project. If...
Meson support is now available for the latest version and onwards. Please see https://github.com/odygrd/quill?tab=readme-ov-file#meson
Hey sorry for slow response. This is not possible. There is always a single backend logging thread. You can pin the thread to an exclusive physical core if you want....
Hey, yes the library does the compile time checks for each statement, and also it has to generate a function to deserialise. There are quite a few template instantiations for...
Compile times have been greatly improved in `v4.0.0`. If you get a change consider trying out the new version. Closing for now
There is no resource shared between different processes It sounds something with the test suite and the way it runs the tests in parallel. What test suite are you using...