-
Notifications
You must be signed in to change notification settings - Fork 16
Levelized Files #154
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested✨ optimisationIt's all about speed / spaceIt's all about speed / space📁 internalThis is where the ✨magic✨happensThis is where the ✨magic✨happens
Milestone
Description
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested✨ optimisationIt's all about speed / spaceIt's all about speed / space📁 internalThis is where the ✨magic✨happensThis is where the ✨magic✨happens
Motivation
arc_fileandnode_filewith move-semantics). Hence, to be able to squeeze more BDDs / ZDDs into a smaller disk, we should continually deallocate the input file.Solution
The
meta_fileis turned into a listshared_ptrto files (or a file of files?). When a stream hooks into a read-once file, it removes the file for each level, when it has finished reading it.