The usage of TColStd_PackedMapOfInteger

I have no ideas what's the usage of "TColStd_PackedMapOfInteger", there just has simple description:"Optimized Map of integer values. Each block of 32 integers is stored in 8 bytes in memory."

Mikhail Sazonov's picture

Its usage is the same as of TColStd_MapOfInteger. It is a special implementation that takes less memory for storage.

linbei jianbaoxia's picture

Thanks for your reply, it's helpful to me.