Live data from Hacker News

Viewing profile — fijall

fijall

HN member
Joined
Tue, Jun 08, 2010, 4:45 PM UTC
HN karma
-1
Public activity
10 items

About fijall

No profile information was provided.

Recent public activity

  1. comment
    Comment #2990306

    PyPy doesn't have a specialized list for small strings. It might land one in the near future, your findings are a bit weird, but objects might be smaller because of smaller GC head…

  2. comment
    Comment #2711082

    This doesn't quite apply to PyPy (which doesn't have refcounting), but the point stands. In case of PyPy this is GC flags and moving GC.

  3. comment
    Comment #2711073

    "If you've got the control necessary to automatically STM things, you might as well just equally-automatically copy the Jython-style locking." So far thinking about how to really d…

  4. comment
    Comment #2541340

    2,292,133 were in prisons in the United States in 2009 [from wikipedia]. Even though I guess conditions are better, 200 000 doesn't sound like that many after all.

  5. comment
    Comment #2541051

    The main reason why more people are not working on this is that: * volunteers are interested somewhere else * nobody is willing to put money into numpy on pypy happening

  6. comment
    Comment #2506790

    you should have a look at scheme interpreter that was written already maybe: https://bitbucket.org/pypy/lang-scheme/overview

  7. comment
    Comment #2351166

    It's incredible that L'Oréal placed 40. I wouldn't want to work for a company that has non-printable name apparently.

  8. comment
    Comment #2248066

    Importing people from anywhere else is on it's way out in the US as well. (even willingly)

  9. story
  10. comment
    Comment #1467215

    The thing is in case of tracing you don't record all paths taken, just the one at the hot point. So say you have if that takes every path every second go, the JIT will compile just…