crell (60)in #php • 6 years agoRE: PHP: Use associative arrays basically neverMy guess is it would be slower because it has to call serialize/deserialize in user-space for each class. It might end up being smaller but the performance cost is likely not…