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...