U++ framework
Do not panic. Ask here before giving up.

Home » Community » U++ community news and announcements » NanoStrings, Fixed maps
NanoStrings, Fixed maps [message #41451] Wed, 18 December 2013 20:31
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
There are some new tools for preserving memory:

NanoStrings class is a space efficient mass storage for large number of relatively small (<48) strings. It can be about 2 times more effective than using String in similiar situation.

FixedVectorMap and FixedArrayMap are quite simple adapters over sorted Vector of keys and Vector/Array of values. They behave mostly like normal maps, but need a call to "Finish" after adding elements (to Sort the keys). These are again space effective variants when there is a need to have some large fixed map.
Previous Topic: XML now supports streams
Next Topic: Core: z.h improvements
Goto Forum:
  


Current Time: Sun Jun 28 04:12:06 GMT+2 2026

Total time taken to generate the page: 0.00626 seconds