Viewing profile — serge-ss-paille
serge-ss-paille
HN member- Joined
- Thu, Mar 31, 2016, 9:19 PM UTC
- HN karma
- 163
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About serge-ss-paille
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #21474156
More materials for the curious: Some benchmarks here: http://serge-sans-paille.github.io/pythran-stories/testing-p... Some more benchmark you can run on you own: https://github.com…
- story
- story
- story
- story
- story
-
comment
Comment #18560617
> could you tell us the shortcomings of Cython In order to achieve top performance, in the context of numerical simulations, you generally end up explicity writing the loops are im…
- story
- story
- story
- story
-
comment
Comment #16911961
(shameful author here) One should read def rosen_explicit_loop(x): s = 0. n = x.shape[0] for i in range(0, n - 1): s += 100. * (x[i + 1] - x[i] ** 2.) ** 2. + (1 - x[i]) ** 2 retur…
-
comment
Comment #16911947
(main dev writting) Don't focus too much on the claimless :-) There still are far more wide spread tools that solve the same kind of issues (numba, cython, julia)... The idea of th…
- story
- story
- story
- story