Hacker News new | ask | show | jobs
by husarcik 1015 days ago
How does this speed improvement compare to Laravel octane with swoole? Curious if I can switch!
1 comments

We tried roadrunner (similar thing), but couldn't do it without rewriting certain bits of the app (anything with globals basically) whereas unit was a straight swap. My guess would be, if you're properly using the advantages swoole can bring (like shared memory cache etc), it will outperform unit.