Herzult / SimplePHPEasyPlus

A simple, pragmatic numeric operation api written in PHP. It does addition.
MIT License
1.16k stars 46 forks source link

PECL Extension #26

Open zergin opened 11 years ago

zergin commented 11 years ago

It's great that someone finally addressed this issue. PHP is becoming enterprise grade after all and code like this brings us a step closer to this exquisite goal.

But I think it's too slow as is. We all know that PHP is slow. And objects are even slower.

So to address this concern I think that this should be provided as a PECL extension. And possibly with hooks to external caches (like memcache or redis or the like). We could then store (and most importantly pre-warm) cached results.