Niklas Hambüchen
Niklas Hambüchen
> What are the performance implications? The only one we know of is that you can now use multiple threads for reading data out of the same E57. Which can...
Right, in the same way as any other C++ data structure allows, e.g. `std::vector`. It allows parallel reading even though `.push_back()` is completely thread-unsafe. The way I see it, your...
> but people usually don't like the idea People don't want assertions in production code that make it 100x slower. The checks implemented in that file seem to be simple...
How can I unstale the PR? https://github.com/ceph/ceph/pull/56771#discussion_r1742608274
Why do you make me fight against a machine? At the next time this happens I'll reserve myself the right to implement a counter-bot.
@tchaikov No problem, thanks for looking into it. I understand everybody is busy and have no complaints about it taking long and being low prio -- only having the bot...
Related nix issue: https://github.com/NixOS/nixpkgs/issues/41340
I noticed that if I run with `--verbose=3`, I see in the output: ``` gcc returned ExitFailure 1 with error message: gcc: error trying to exec 'cc1': execv: Argument list...
Could we have this proposed patch please? I lost another 2 hours just now debugging a failure because Cabal hides these errors.
Is it documented with parts they don't want? For example in http://www.allanjude.com/bsd/AsiaBSDCon2017_-_SSH_Performance.pdf it says > The default SSH window size was 64 - 128 KB, which worked well for interactive...