Viewing profile — houqp
houqp
HN member- Joined
- Sun, Mar 31, 2013, 6:07 AM UTC
- HN karma
- 687
- Public activity
- 134 items
- HN profile
- View on Hacker News ↗
About houqp
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #34521242
Very cool and well executed project. Love the sprinkle of Rust in all the other companion projects as well :) The ROAPI( https://github.com/roapi/roapi ) project I built also happe…
-
comment
Comment #34521191
bottomless looks really nice, thanks for sharing!
- story
-
comment
Comment #32968216
Haha, yeah, we should definitely put a little bit more efforts into SEO :) Everyone is so focused on the hard-core engineering at the moment. I think Matthew from the community is …
-
comment
Comment #32968002
Datafusion out performs spark by a large margin. It is on par with photon based on my experiences, see benchmarks at https://github.com/blaze-init/blaze .
-
comment
Comment #32967995
Yes, I designed the code base so that the core of the IO and query logic are abstracted into a Rust library called columnq. My plan is to wrap it with pyo3 so the full API can be a…
-
comment
Comment #32965482
Most users already have pip installed, so they won't need to install a rust toolchain.
- story
-
comment
Comment #31566812
It's manual for now, ROAPI is designed for slowly moving datasets. You just hit the data update API to force a refresh. I have plan to add automated streaming data update in the ba…
-
comment
Comment #31566639
We cache all the data in memory in Arrow format so queries don't need to go through google api, it will only hit google api when a data refresh is needed.
- story
- story
-
comment
Comment #31508625
We are hiring new grads across the board if you have proofs for exceptional skills. Feel free to take a look at all our engineering postings at: https://neuralink.com/careers .
-
comment
Comment #31505606
Up to 2x speed up with 20% of the resource consumption, pretty wild performance boost without changing a single line of code!