Efficient data structures for PHP 7
Rudi Theunissen
19016

I enjoyed reading your article. It’s obvious from the comparisons and movie clips that you took your time writing it.

I’m curious whether it would be possible / useful write a composer package that, if it detects that your data structures are installed, would use your implementation but if it is not detected then would use a php implementation.

This might be useful for packages that for instance (though I’m not sure as I haven’t benchmarked it) do code analysis.