Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bradknowles
on June 1, 2019
|
parent
|
context
|
favorite
| on:
Sunfish: A simple but strong chess engine written ...
I’m curious how the code is sped up with pypy and why that helps?
What does pypy bring to this situation?
detaro
on June 1, 2019
[–]
PyPy is a JIT-based interpreter for Python - code that loops a lot over similar data structures is a natural candidate for being faster if jit-ed.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
What does pypy bring to this situation?