Live data from Hacker News

Viewing profile — camaraj

camaraj

HN member
Joined
Fri, Oct 30, 2015, 1:24 AM UTC
HN karma
4
Public activity
2 items

About camaraj

No profile information was provided.

Recent public activity

  1. comment
    Comment #10475752

    PyPy has higher memory overhead for very small units of work but usually once you do more than a couple of seconds of work it usually uses significantly less memory than CPython. A…

  2. comment
    Comment #10475659

    PyPy is taking a similar approach. The difference is Numpy is using CPython's CAPI as the duct tape where as PyPy is using cffi as the duct tape. Both approaches end up using the s…