Live data from Hacker News

Viewing profile — houqp

houqp

HN member
Joined
Sun, Mar 31, 2013, 6:07 AM UTC
HN karma
687
Public activity
134 items

About houqp

No profile information was provided.

Recent public activity

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

  13. comment
    Comment #34521191

    bottomless looks really nice, thanks for sharing!

  14. story
  15. 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 …

  16. 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 .

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

  18. comment
    Comment #32965482

    Most users already have pip installed, so they won't need to install a rust toolchain.

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

  21. 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.

  22. story
  23. story
  24. 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 .

  25. 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!