K
Kelvin
to All,
I'm a newbie in VC++, can anyone tell me about the
performance in various Data Structures (eg. Enum, map,
list, vector, hash, arrayList)?
I would like to know performance on CPU and Memory Usage.
eg. Mem usage may involve the mem usage on
creating/deleting an element in the structure.
eg. CPU performance may involve the overhead in iterating
the structure (just estimation will do)
By the way, I'm not very familiar to their
advantages/disadvatntages too, so can anyone also tell me
about it?
Thanks!
from kusanagihk
I'm a newbie in VC++, can anyone tell me about the
performance in various Data Structures (eg. Enum, map,
list, vector, hash, arrayList)?
I would like to know performance on CPU and Memory Usage.
eg. Mem usage may involve the mem usage on
creating/deleting an element in the structure.
eg. CPU performance may involve the overhead in iterating
the structure (just estimation will do)
By the way, I'm not very familiar to their
advantages/disadvatntages too, so can anyone also tell me
about it?
Thanks!
from kusanagihk