Click here to Skip to main content
15,881,967 members
Articles / Containers

A Monitored, Memory Mapped std::allocator for Mass Data Storage in STL Container

Rate me:
Please Sign up or sign in to vote.
5.00/5 (10 votes)
26 May 2020CPOL7 min read 23.1K   250   17  
A novel allocator implementation for managing huge sets of data in STL's std:: containers for Windows operating systems
On Windows systems, managing huge sets of data in the process address space is not just limited by your computer system's installed Working Set Size and Swapping Pagefile. To keep the System stable, allocation frequency and quantity of allocations also need to be considered. In the present article, we introduce an observed std::allocator for all varieties of STL containers that allow to manage huge amounts of data while taking care of system requirements.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions