tpunt / phactor

An implementation of the Actor model for PHP
BSD 3-Clause "New" or "Revised" License
61 stars 5 forks source link

Intern frequently used strings into a global HT #8

Closed tpunt closed 6 years ago

tpunt commented 6 years ago

Some strings ("receive", "ref", "name", "__construct") should really be interned and put into a global hash table to prevent them from constantly being created and destroyed.