Leopold Toetsch <[EMAIL PROTECTED]> writes:

> We have keyed_int shortcuts to get/set items on array like aggregates.
> Is there a reason, that we not have keyed_str to access hash elements
> by STRING directly.

I'm not so sure this would be worth it; since hash lookups are much
more expensive than array indexing, the gain from avoiding a
wrap/unwrap won't be nearly as significant.  Of course the only way
to tell would be to do some benchmarks, but it seems to me like ops
and optimization time could better be spent elsewhere.

/s

Reply via email to