Viewing profile — p7g
p7g
HN member- Joined
- Thu, Nov 29, 2018, 8:31 PM UTC
- HN karma
- 5
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About p7g
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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,…
- story
-
comment
Comment #25532821
Do you have any examples in mind?