|
|
|
|
|
by durin42
3116 days ago
|
|
There's pretty broad consensus that we'd like to do Rust and not C for future extension work, but the current plan is that a pure-Python hg will also be something we support. The "rust binary that embeds Python" approach looks like a straightforward win on Windows, where we have a native .exe that embeds Python anyway. I'm not sure if that'll make sense on non-Windows, but we'll see. I've done some poking around with milksnake, which seems extremely promising for writing native speedups. |
|
As always, happy to answer questions and work through questions and problems. Don't hesitate to get in touch!