Joakim Hassila
Joakim Hassila
Trying to use the nice documentation on type aliases doesn't work: Stencil: ``` {% macro generateDocumentation variable %}{% for doc in variable.documentation %} /// {{ doc }}{% endfor %} {%...
### Motivation: As discussed during the review of #1804, there is room for optimising the modification of registrations vis-a-vis the kernel. Basically the idea is to coalesce all the registration...
Trying to start a discussion and capture requirements / next steps, based on the experience from #1761 and related discussions, a prerequisite for supporting truly asynchronous backends like io_uring fully...
The small set of tests for #310 merged to one package for easier integration. One test with an eventfd and multishot poll usage (poll-multiple-update) One test expecting a HUP after...
Similar to Protobuffers support, it would be awesome to have support for [Google's Flatbuffers schemas](https://google.github.io/flatbuffers/) as well in an analogous way.
Not sure how to get in touch with Gil (or whoever is maintaining the web site?) but would like to propose to add our Swift port to hdrhistogram.org: https://github.com/ordo-one/package-histogram feel...
As suggested by Gil Tene - basically improves interop with any existing tools.
Would be nice if we could remove the Foundation dependency...
As suggested by Gil T. https://www.javadoc.io/static/org.hdrhistogram/HdrHistogram/2.1.12/org/HdrHistogram/Recorder.html
So we are looking at using much more of Foundation now thanks to the Swift rewrite - looking at some of the implementation, one thing that is concerned us is...