Live data from Hacker News

Viewing profile — longqzh

longqzh

HN member
Joined
Mon, May 08, 2017, 10:09 AM UTC
HN karma
14
Public activity
20 items

About longqzh

No profile information was provided.

Recent public activity

  1. comment
    Comment #48345831

    I like it too. And I have translated it, its creator is friendly and nice

  2. comment
    Comment #38581543

    Pyinstaller just works.

  3. story
  4. comment
    Comment #35872202

    Very interested in the benchmark between Taichi and numba, both of them are using llvm as backend

  5. comment
    Comment #33573269

    It's not about opensource vs closesource, it's about free *service* based on opensouce vs free *service* based on closesource.

  6. comment
    Comment #29358622

    For numpy, it's correct. But numba can optimize the loop. So optimized and readable loop is not an advantage of julia compare to numba.

  7. comment
    Comment #29356820

    For numeric code, comparing to pure python makes no sense, since people use numpy+numba to do that. Is julia much much faster than numba? I don't think so :)

  8. comment
    Comment #20579603

    So wonderful job! My favourite feature is providing a whole development environment with docker, it can save me a lot of time, and make me focus the source code.

  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
    Ask HN: Is it possible to compile pypy source code with Cython?

    As I know, the pypy interpreter is written in RPython, translate into the C and compile to native code. And the Cython also translate the python into C. So is it possible to compil…

  18. comment
    Comment #16784791

    Good idea!

  19. comment
    Comment #16482336

    For #15, if the number of elements is large, the speed will be slower than we expected, since maxx function is writren in pure python. But in my experience, it is much faster than …

  20. comment
    Comment #14920095

    Can we access it from China?