Alexander Vershilov

Results 118 comments of Alexander Vershilov

Please mention that last problem was fixed in 3597d608. I have even done same fix before I realized that is was already fixed upstream.

(Sorry for jumping in again) Hello @SX91, thanks for heads-up! This is looks suspicious, but it would be nice if you provide your program or more information about this issue,...

Sorry it was my error can you give output of `/usr/bin/time -v` it return maximum memory being used by the program, this is needed to cross verify RTS results; feel...

There was an ongoing work on parser for any S-Expression, and it's easy to parse any data frames on the top. This is done in another project at the moment,...

Hello! Sorry for the late response. Technically all calls to R involve foreign library calls, mutable memory operations and handling of the objects lifetime. So they must be in IO....

There are several problems, the main one is that in order for you to be safe you need to guarantee that all data lives in protection stack. So this means...

Some examples can be found on @idontgetoutmuch blog: https://idontgetoutmuch.wordpress.com/2018/05/19/cartography-in-haskell/ and https://idontgetoutmuch.wordpress.com/2018/02/25/reproducibility-and-old-faithful/ . I'll check if I can extract some of that code or other examples into the manual.

You can definitely do that with matcher, I'll try to comeup with code today. And also I'll check if that can be done by the simpler means. I think you...

Will [inspect](https://hackage.haskell.org/package/inline-r-0.9.2/docs/Language-R-Debug.html#v:inspect) work for you, or you need something more structured?

before the patch: ``` ./Primitives benchmarking toField/int8 time 160.4 ns (159.7 ns .. 161.6 ns) 0.999 R² (0.996 R² .. 1.000 R²) mean 162.5 ns (160.9 ns .. 167.4 ns)...