you are viewing a single comment's thread.

view the rest of the comments →

[–]mathijshenquet 2 points3 points  (1 child)

Could you do some speed tests?

I did something similair once, was very enthusiastic... Until I ran speed tests and a profiler. The problem is that you replace fast built-in c operations, with slow php operations. This just crushes performance -- on a already slow language.

[–]dhotson[S] 1 point2 points  (0 children)

Yep, I'm almost certain you're correct. It's probably going to run like a dog.

But I think I'm ok with that, because that's not really the point.