Viewing profile — steve_s
steve_s
HN member- Joined
- Thu, Oct 11, 2018, 7:26 PM UTC
- HN karma
- 13
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About steve_s
No profile information was provided.
Recent public activity
-
comment
Comment #41577233
Limited C API is not as abstract as HPy. Most notably Limited C API still exposes reference counting as memory management mechanism, HPy abstracts that. However, ecosystem wide ado…
-
comment
Comment #41577129
There is basic GraalPy support in Maturin[0] and PyO3[1], the problem is often that packages require older Maturin/PyO3 versions and/or they use CPython-isms, semi-public APIs, etc…
-
comment
Comment #40452032
RDS files are a common way of sharing serialized R objects. Promises are valid R objects and supported by this serialization format. They always have been and I believe it is an in…
-
comment
Comment #40195990
No, you'd have to take all the profit of all the companies in the country and divide that by the number of citizens. That would be true socialism. Like a kibbutz in Israel. IMO it …
- story
- story
-
comment
Comment #18196694
FastR doesn't alter the semantics of R, so when dplyr copies a vector in GNU-R then FastR has to copy it too. However, FastR does use reference counting (not sure if that's turned …
-
comment
Comment #18196522
There is a plot of warm-up curves for this specific example. Search for "To make the analysis of that benchmark complete, here is a plot with warm-up curves". However, it is true t…
-
comment
Comment #18196465
Plese open an issue on GitHub if you encounter any more problems with gsub or anything else.
-
comment
Comment #18196443
FastR can actually run all tests of the development version of dplyr with a simple patch. We're working on removing the need for that patch altogether. data.table is a different be…
-
comment
Comment #18196388
FastR also uses native BLAS and LAPACK libraries. It should be possible to link it with Intel MKL as well. We didn't want to include comparison to R-3.5.X, because FastR itself is …