Olivier Giniaux
Olivier Giniaux
## Which problem is this PR solving? Fixes #2855 For instance, when using the `exporter-trace-otlp-http` package for a simple create/send trace, having `sideEffects` set to false for all packages it...
Related to: - https://github.com/protocolbuffers/protobuf/issues/6632 - https://github.com/grpc/grpc/issues/20729 - https://github.com/grpc/grpc/pull/33507 # Context Nullable reference types introduce a nullability context. Currently, the C# code generated via protobuf does not allow null for reference...
I have been working on a non-cryptographic hash algorithm with performance in mind. The idea is to leverage modern hardware capabilities as much as possible for maximum throughput (SIMD instrinsics,...
# Context Database persists in memory as an array of reference types (AssetInfos), with 2 array for each AssetInfo to keep track of references of dependencies. This is rather simple...
Not meant to be merged
# Context [GxHash](https://crates.io/crates/gxhash/2.2.4) is a new non-cryptographic hashing algorithm that outperforms all counterparts (of the same class, `fxhash` is slightly faster for tiny inputs but at the cost of much...
# Context The benchmarks uses of `black_box` as a "fence" around outputs to prevent compiler optimization such as optimizing them out (because the compiler would otherwise consider them not used)....
# Context Tracing is a very powerful concept for modern backends and found its way as a basic of observability as logs and metrics are today. In dotnet, distributed tracing...
# Context Grafana Tempo [does not use the dashboard time range](https://github.com/grafana/grafana/blob/618cf8e5a103b0cf14c1ed9202b0c36b69d3564a/public/app/plugins/datasource/tempo/datasource.ts#L660) when querying by trace ID if `timeShiftEnabled` is `false` (default datasource parameter value). Whether this is by design or...