Live data from Hacker News

Viewing profile — sppalkia

sppalkia

HN member
Joined
Tue, Apr 25, 2017, 6:22 PM UTC
HN karma
54
Public activity
3 items

About sppalkia

No profile information was provided.

Recent public activity

  1. comment
    Comment #21037927

    Rust is great, but this is an important comment! We used it to implement Weld's compiler and runtime, but we don't expect data scientists who use languages such as Python, Julia, o…

  2. comment
    Comment #21037915

    XLA and Weld do have similar optimizations -- at their core, one of the main things they do is removing inefficiencies like unnecessary scans over data, common subexpressions, etc.…

  3. comment
    Comment #21037896

    I'm one of the developers of Weld -- Numba is indeed very cool and is a great way to compile numerical Python code. Weld performs some additional optimizations specific to data sci…