Viewing profile — longqzh
longqzh
HN member- Joined
- Mon, May 08, 2017, 10:09 AM UTC
- HN karma
- 14
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About longqzh
No profile information was provided.
Recent public activity
-
comment
Comment #48345831
I like it too. And I have translated it, its creator is friendly and nice
-
comment
Comment #38581543
Pyinstaller just works.
- story
-
comment
Comment #35872202
Very interested in the benchmark between Taichi and numba, both of them are using llvm as backend
-
comment
Comment #33573269
It's not about opensource vs closesource, it's about free *service* based on opensouce vs free *service* based on closesource.
-
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.
-
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 :)
-
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.
- story
- story
- story
- story
- story
- story
- story
- story
-
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…
-
comment
Comment #16784791
Good idea!
-
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 …
-
comment
Comment #14920095
Can we access it from China?