Eric Curtin
Eric Curtin
I would like to run: folly/test/StringBenchmark.cpp but can't seem to figure out how to run that single one. Would add to: https://github.com/facebook/folly/blob/main/folly/docs/Benchmark.md if pointed in the right direction.
The existing logic is, write to a 128 byte variable, if that's too small then repeat that write to a larger heap variable. In both cases you must then copy...
So one can build with fno-exceptions
Declaring a large stack on the array can lead to stackoverflow
Thanks very much for creating this, I'm curious I want to try this out, but on native bare-metal Linux (with a few user-space tools like an ssh server etc.). Any...
This is the most useful feature of AppImage for me. Should we document it? Seems relatively undocumented compared to others such as --appimage-extract FUSE filesystems don't work so well on...
The steps outlined, don't work out of the box on most Android devices as an x86 docker image is being attempted to be launched on an aarch64 device. The most...
In some industries there's a tenancy to use plaintext protocols to squeeze that extra little performance out of a protocol. I know it's not part of the spec, but would...
Similar to the last issue posted, some industries have a tendency to use PSK encryption over certificates. Would this be possible to add to ngtcp2?
A double underscore within an identifier is illegal in C++, for interop.