Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 13975
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: Tue Apr 23 16:21:46 CEST 2024

Total time taken to generate the page: 0.01608 seconds