Cfretz244
Cfretz244
Love the project! I've been using librdkafka for a while now in C/C++ projects requiring native access to Kafka, but it's always felt fairly unwieldy in the typical case. I...
The purpose of this PR is to fix an embarrassing oversight in the C API header. Apparently the C API header never declared proper alignment requirements for the opaque buffers...
Dart targets high performance streaming environments, but many such environments have mandates against using exceptions, which Dart doesn't currently have a good answer for. This may take the form of...
At the moment, Dart doesn't waste too much time thinking about the message that any exception is given, or whether the types meet developer expectations, just that exceptions are thrown...
The Dart benchmark driver doesn't currently include tests for `YAML` parsing. The most likely case for `YAML` parsing is that of config files, which probably don't really matter performance-wise, but...
Dart can't currently handle `YAML` anchors/references, this needs to be fixed.
As the repository starts accepting contributions/pull requests we're going to need a way to maintain consistent formatting for the codebase.