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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.