Closed tpunt closed 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.
"receive"
"ref"
"name"
"__construct"
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.