Re: STL Containers - Map


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Barbara Brazil on July 23, 2018 at 15:35:56:

In Reply to: STL Containers - Map posted by Grant Foraker on July 23, 2018 at 12:11:46:

Grant:

STL Maps are great! Think of them as Comet keyed files in memory. Instead of READ/WRITE you use STLGet/STLSet. You can also iterate thru them sequentially. I've used them a lot when processing large amounts of data that I want to categorize and tally then send off to a dashboard or other display method. Without the MAP you'd either have to create temporary keyed files on disk or try to use array elements in the program. Arrays are limiting because you need to know in advance the maximum number of elements you'll need. A file or MAP is limitless.


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]