Live data from Hacker News

Viewing profile — ssinchenko

ssinchenko

HN member
Joined
Thu, Apr 16, 2026, 8:25 AM UTC
HN karma
4
Public activity
9 items

About ssinchenko

No profile information was provided.

Recent public activity

  1. comment
    Comment #49133792

    > All of this would have easily fit in memory on any reasonable modern system. Understand me correctly. This is my research project and I only have a laptop, not a server with 256 …

  2. comment
    Comment #49133761

    Yes, it is both out-of-core and multi-processor. I created this toy project to process graphs that cannot fit into memory (in CSR format) using all available cores. The multi-proce…

  3. comment
    Comment #49132559

    Thank you!

  4. comment
    Comment #49132556

    I agree 100%! DataFusion is beautiful and easy to extend in any direction. For the second version of my "out-of-core" graph algorithms project, for example, I implemented my own "c…

  5. comment
    Comment #49132526

    Agreed, but I didn't see anything like this in popular projects such as Networkit or IGraph. If you have an example of an implementation, I would appreciate it!

  6. comment
    Comment #49132499

    The previous issues were in my mind, not in DataFusion. I tried using DataFusion as an in-memory tool, which was a mistake. If the graph fits in memory, Networkit, IGraph, etc. wil…

  7. comment
    Comment #49132442

    Yes, my toy tool is similar by the concept to graphchi. But I did not write the vertex-centric processing from scratch and I'm relying on DataFusion built-ins (select, join, group …

  8. comment
  9. story