Jump to content

Speed implications


rarebit

Recommended Posts

What are the speed implications of using an associative array compared to general numerical array?

 

I've been writing a form class,inside is an associative array based on each elements' name, then each of those has a general numeric array for the details, e.g. type, name, value, size, alt, etc. With all the numerous types of form elements this can start to become confusing because each type has a different argument list.

 

This helper will be put into an already burgeoning cms system, not only will the size of the source of the helper increase, but also the memory footprint when in use and probably longer comparison routines.

 

I probably have already talked myself out of 'form before function' and will go for the correct 'form follows function', but... (sometimes it just helps to get it off y'r chest!)

Link to comment
https://forums.phpfreaks.com/topic/77925-speed-implications/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.