Viewing profile — ehsantn
ehsantn
HN member- Joined
- Sun, Oct 15, 2017, 3:37 PM UTC
- HN karma
- 5
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About ehsantn
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
comment
Comment #42453387
Thanks!
-
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 …
-
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…
- story