MM <finjulhich at gmail.com> writes: > Is it possible to implement persistence and loading for a > boost::multi_array using the custom container method in the manual? You could try to store it as a map kind with a composite key with members for all the indexes. I think it should work though I haven't tried it myself.