Live data from Hacker News

Viewing profile — ehsantn

ehsantn

HN member
Joined
Sun, Oct 15, 2017, 3:37 PM UTC
HN karma
5
Public activity
7 items

About ehsantn

No profile information was provided.

Recent public activity

  1. comment
    Comment #44818003

    The article highlights important challenges regarding Python performance optimization, particularly due to its highly dynamic nature. However, a practical solution involves viewing…

  2. comment
    Comment #43323663

    Bodo is a JIT compiler for Pandas/Numpy code that statically types the code during compilation time. However, it infers types automatically (looks at file metadata etc) and not rea…

  3. comment
    Comment #43052151

    I think staying in Python is best to ensure the team's productivity. There are a lot of tools that help accelerate and scale Pandas code while trying to be as compatible as possibl…

  4. comment
  5. story
    Show HN: Bodo – high-performance compute engine for Python data processing

    Hello HN, I’m excited to share Bodo, an open-source compute engine designed for large-scale data processing in native Python. Bodo is powered by an auto-parallelizing JIT compiler …

  6. comment
    Comment #29314104

    Dask's architecture is unable to handle large scale data processing tasks (e.g. ETL, dataframe operations) because it's just a distributed task scheduler. It works as long as tasks…

  7. story