|
|
|
|
|
by edmondx
59 days ago
|
|
Swoole Compiler v4 introduces a native AOT (Ahead-of-Time) compiler that radically changes the landscape. The AOT compiler abandons traditional PHP interpretation and allows code to be compiled directly into native binary executables. Performance can increase by orders of magnitude compared to the classic interpreter, reaching levels comparable to Rust and Go. |
|
Many attempts has been made for an AOT compiler for Python and Ruby, but they don't reach those performance because of this.