Y
Hacker News
new
|
ask
|
show
|
jobs
by
mrngm
530 days ago
I'm sure you've heard of PHP's opcache by now. That's not experimental and actually caches the interpreted code in memory for faster subsequent execution.
2 comments
that_guy_iain
530 days ago
Yes, it makes it faster but does not deal with the core performance issues which is why Roadrunner, Frankenphp, etc exist.
link
Implicated
530 days ago
I see, you're just trolling at this point.
link
withinboredom
530 days ago
Yes, and in 8.4, uses an actual IR for machine code generation and is pretty cool!
link