Olivier Giniaux
Olivier Giniaux
That would be awesome! Currently open telemetry packages are a no go for my company because it more than double our bundle size just for the sake of being able...
I'll do that :) By the way, I notice that `exporter-trace-otlp-http` references `otl-exporter-base` which references `otlp-transformer` which references `sdk-metrics-base`. This `sdk-metrics-base` represents 50% of the bundle size according to [this](https://bundlephobia.com/package/@opentelemetry/[email protected]),...
I believe this pull request introduced a small breaking change. I did not test on this repo source directly but from my own code. Here is a repro: ```csharp [Fact]...
#487
A nice addition but can be moved to another milestone than V1
Turns out we don't care if it is a compacting GC or not, we need to keep tracking of moving references anyway with `MovedReferences` callback
gc roots profiler will partially fulfill this need (greatly ease the finding of memory leaks). For this reason, moving this ticket for a future milestone instead
Hello! Any progress on this? I have [this PR pending for adding gxhash](https://github.com/rurban/smhasher/pull/279) but I think it might be better to simply add it as a rust dependency as I've...
Thanks for your feedback! Unsoundness/fallback are definitely necessary. It will take some time but it can be done since it has been done for `ahash`. > keys are often just...
Interesting. That may be due to the current implementation being bottlenecked on memory reads while it's less of a problem on the Apple M1 SoC which has very fast memory...