Peter Peresini
Peter Peresini
I have no idea how the compiler works but based on my experience it does not like quantize ops. You should try to convert so that there is no such...
Unfortunately, solutions with `js_sys` have huge performance overheads. You can also return `Box` with `T` being *basic numeric type* which is efficient on the JS side (it just slices relevant...
> I have questions about "It filters out samples outside the requested time range" and hope to get answers. Why vmselect obtain data larger than the requested range from vmstorage?...
Thanks, I clarified that memmap2 seems to be the main alternative.
> I believe the problem can be fixed by skipping `Core_unix.readlink` here > > https://github.com/janestreet/magic-trace/blob/7ac635e41438248c3a3348c039dae00854f38342/src/trace.ml#L722 > > and just directly read the contents of the `/proc//exe`. Note - after fixing...
I don't want to start bikeshedding war but for the attribute-syntax shouldn't we move more in the direction of `#[derive(ignore=PartialEq)]` or maybe even `#[derive(PartialEq=ignore, std::cmp::Ord=reversed)` in a way similar to...
(Sidenote: If you think the discussion is getting out of hand and prefer to have it inside some MR line comments to not clutter the main comment section, please let...