Vojtěch Toman
Vojtěch Toman
Path variables in a URI template can specify a regex to limit the matches. However, since http4k applies the regex to the raw, "unnormalized" URI, the regex needs to deal...
## Expected Behaviour I work at [BRYTER](http://bryter.io) where we use OpenFaaS as part of our integrations platform (3rd-party integrations are operated as OpenFaaS functions). We are using [Datadog APM](https://www.datadoghq.com/product/apm/) for...
## Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/9090. ## What changes are included in this PR? **This is still work in progress.** The PR introduces a few simple optimizations...
This patch attempts to optimize BinaryQuantizer.Encode by: - processing the vector in blocks of 64 elements, to reduce the amount of expensive arithmetics and to optimize the memory access pattern...
The `Formatter::write_quoted` method doesn't support Unicode code points beyond the BMP (0000-FFFF) correctly. As a result, these codepoints get mangled in the final result. For instance, the character 🤓 (`U+1F913`...