Viewing profile — jghf
jghf
HN member- Joined
- Mon, Jan 19, 2015, 2:24 AM UTC
- HN karma
- 1
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About jghf
No profile information was provided.
Recent public activity
-
comment
Comment #8941938
Vote for python
-
comment
Comment #8941607
Please don't forget python for data science. Any chance we can get equivalent python integration and attention to azure and office stuff?
-
comment
Comment #8913342
Blaze is, Numba is a JIT compiler to LLVM. You can write numpy functions and JIT/Multithread them with just a decorator and zero to few code changes. Blaze makes this transparent t…
-
comment
Comment #8909970
Numba + Blaze boosts numerical python to speeds on par with or greater than julia, with additional out of core, delayed expression and multiple backend capabilities that Julia curr…