[fs][feature] “in memory” vs “real” file system #168
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
The title is somewhat self explanatory: there should be a “in memory” implementation of remi-fs but it’ll probably require the StorageService trait to be mutable (which would be a breaking change) or have a thread/static variable to keep track of changes. Though, the in memory filesystem would most likely be for testing or evaluation purposes.
The text was updated successfully, but these errors were encountered: