Groups 207 of 99+ julia-users › Canned out of core linalg chunking algorithms? 4 posts by 3 authors Lampkld 12 31 14 Hello Julians, Are fallback out of core chunking algorithms for common Darrays shared mmap array linalg functions planned? This would allow trivial reuse of generic code. Thanks Jiahao Chen 12 31 14 We would very much like to have out of core functionality, but we don't have any active project to work on it. If you could spare the time, this would be a very valuable feature to work toward having in Julia. Lampkld 1 1 15 I would be more than happy to help, but that doesn't sound like a project within the domain of Julia and CS knowledge at the moment. If someone would set up a project framework, I could probably be better placed to contribute. Viral Shah 1 1 15 For now, we want to complete our Darray implementation and integration with MPI for parallel usage. Given how easy it is to get large numbers of CPUs, we want to address that use case first. The general out of core framework is the OS and swap - but it is not always the best. There are no good out of core libraries that we can just leverage - which would mean writing from scratch in Julia. This won't be coming any time soon, unless someone takes it up - and is no small project. -viral