Functional Programming aficionado • Graduated college in 2019 • Maintains PHP userland packages and extensions • Loves ReactPHP • Authored a book • Loves hoops, music, movies, podcasts, and video games
PHP equivalents ◦ Primarily because they are written in C/C++ • Extensions allow for infusion of performant ad-hoc solutions ◦ Addition of features otherwise not present in PHP userland (ext-uv, ext-apcu) ◦ Either unique projects or wrappers around other C/C++ packages • Extension-building likely results in a better understanding of PHP internals ◦ Engaging endeavor likely to test your patience and skill
data • Persistent data structures • Designed for fast traversal and string searches • Empty root node with multiple child nodes • Useful as dictionaries and associative maps • Somewhat space inefficient