|
|
|
|
|
by fxtentacle
2141 days ago
|
|
I'm surprised that they didn't mention numba.jit, which solves the same basic problem as pypy (faster numpy calculations) but in a different way that is easier to mix with existing python frameworks. For example, TensorFlow with numba preprocessing is easy, just install both packages and it'll work. TensorFlow with pypy requires a 5 hour compile and 40 GB of temporary storage. Plus some source code fiddling inside TF, if I remember correctly. Even as an open source project, pypy should honestly consider who they're competing with for users and funding. |
|
Besides, I don't see why they should mention any other project in a post announcing their departure from the Conservancy. The only surprising thing is no mention of the funding model they're moving to, other than a rather vague hint, "exploring options outside of the charitable realm".