gozer has asked me why apr doesn't have a hash table. Someone has posted a
patch to replace ap_table with real hash table, but it was vetoed because
it didn't preserve the order of the items as they get added.

Does that mean that we have to use mgv/hash and cannot use the current
ap_table type? Since if we do use it we need to iterate through all items
to get to the one we want in get(), O(n) which sucks.

I ask because I'm working on Perl(Set|Add)Var and have to use the hash
table.



_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to