Witold Baryluk

Results 138 comments of Witold Baryluk

Horizontal reductions, add, mul, min and max are really something I wish was in WASM. Emulate with trivial code if it is not supported in code. It would make it...

@arunetm #7 only deals with explicit rounding of floating point conversions to integers. It doesn't deal with rounding control of all other arithmetic.

I would welcome Float64x2 / Float64x4 very much. It is very useful in simulating differential equations for example, and in some odd cases where you really need extra precision. Or...

Thanks. I just notice this after the fact. I will fill relevant issues into new WASM based tracker.

Is the idea to have a separate process that consumes from Prometheues (Go or otherwise) metrics, buffers, computes deltas for counters and pushes them to statsd? Or to make existing...

My opinion on metrics selection. I do not see harm on essentially exporting all of them. If they are constant, they will be well compressed by Prometheus and consume almost...

> Thanks @baryluk > > One thing to point out, is if we have metrics that have parts where they can be summed, and we also have a "total" exposed...

> What bugs me in a lot more is the incorrectly labeled Tctl and Tdie temperatures on Threadripper. The developer is ignoring me on this bug. Please don't spam other...

I have exactly same issue Using `go version go1.16.14 linux/amd64`

I am also interested in having disk queue with `BatchPeek` and `BatchDequeue`. Would be nice to have a guarantee that if `BatchPeek(n)` returns `k` elements (0 < k