guzzle / promises

Promises/A+ library for PHP with synchronous support
MIT License
7.61k stars 116 forks source link

Replaced `call_user_func*` with native calls #165

Closed GrahamCampbell closed 10 months ago

clxmstaab commented 10 months ago

this is pretty likely a perf improvement. did you do any benchmark on the change?

GrahamCampbell commented 10 months ago

Yes, this is a performance improvement for sure. I didn't do any benchmarks.