LLNL / umap

User-space Page Management
GNU Lesser General Public License v2.1
104 stars 22 forks source link

Feature/sparsestore #103

Closed karimyoussef91 closed 4 years ago

karimyoussef91 commented 4 years ago

Adding SparseStore implementation to UMap.

karimyoussef91 commented 4 years ago

I am requesting to merge the "SparseStore" store object implementation into UMap. The "sparseStore" implements a spare multi-file backing store interface that creates multiple files dynamically and on-demand.

karimyoussef91 commented 4 years ago

Will create another pull request after squashing all commits into a single commit.