Live data from Hacker News

Viewing profile — p7g

p7g

HN member
Joined
Thu, Nov 29, 2018, 8:31 PM UTC
HN karma
5
Public activity
5 items

About p7g

No profile information was provided.

Recent public activity

  1. comment
    Comment #29910295

    This discussion is about the standard library, not the language runtime. Decent performance here is meant relative to the performance of the language. In this case it could mean al…

  2. comment
    Comment #28653805

    > It's primarily a testament to how simply mind bogglingly slow Python is outside of its optimised numerical science ecosystem. CPython's slowness doesn't boggle my mind at all. It…

  3. comment
    Comment #27308196

    I've been writing a library that implements some of Rust's types in Python. At this point it's got Option, Result, and HashMap. It tries to match Rust's API exactly where possible,…

  4. story
  5. comment
    Comment #25532821

    Do you have any examples in mind?