in reply to Re: array overhead
in thread array overhead

One string, four floats, and an integer. I'd like to access it as quickly as possible - that is to say with as little CPU overhead as I can manage.

Replies are listed 'Best First'.
Re^3: array overhead
by Anonyrnous Monk (Hermit) on Jan 05, 2011 at 21:59 UTC

    In this case I'd pack each set (with the fixed-sized elements (floats/int) first) into a single (binary) string.