Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
steve_s
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
steve_s
2y ago
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 adoption of limited C API and stable ABI would already improve
2.
▲
by
steve_s
2y ago
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., but it is getting better, for example [2]. It i
3.
▲
by
steve_s
2y ago
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 intentional feature. The problem is that some people may think
4.
▲
by
steve_s
2y ago
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 is as much utopia as 100% free market capitalism. Almos
5.
▲
HPy [New C API for Python]: Debugging Features
(medium.com)
2 points
by
steve_s
4y ago
|
0 comments
6.
▲
HPy [New C API for Python]: binary compatibility and API evolution
(medium.com)
1 points
by
steve_s
4y ago
|
0 comments
7.
▲
by
steve_s
8y ago
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 on in GNU-R 3.5.1 now) so it may avoid some unnece
8.
▲
by
steve_s
8y ago
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 that the warm-up and memory usage are something we
9.
▲
by
steve_s
8y ago
Plese open an issue on GitHub if you encounter any more problems with gsub or anything else.
10.
▲
by
steve_s
8y ago
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 beast and we will probably provide and maintain patched v
11.
▲
by
steve_s
8y ago
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 based on the base library of 3.4.0, but the results for