|
|
|
|
|
by ianm218
2 days ago
|
|
I’ve been working on implementing some common web infra type projects in Rust lately. Basically trying to use a lot of the great primatives in Rust like rustls (modern openSSL) and Tokio (async) to build memory safe or close, nginx drop in replacements. A small portion of this effort is having a high quality Lua in Rust repo. I’m using mythos to fix some of the performance issues with my Lua interpreter that gpt 5.5/ opus 4.8 had stone walled on. Not sure if Mythos will be able to crack this but it has been running for a couple hours now with some promising results. Performance charts linked here if your curious https://github.com/ianm199/lua-rs |
|