Live data from Hacker News

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

About serge-ss-paille

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. 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…

  9. story
  10. story
  11. story
  12. story
  13. story
  14. 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…

  15. story
  16. story
  17. story
  18. story
  19. 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…

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

  21. story
  22. story
  23. story
  24. story