Files
openide/platform/util/storages/readme.md
Ruslan Cheremin a41da32b94 [util][refactoring] move storages impl into new 'platform.util.storages' module
+ New mmapped-based storages were initially created for VFS, and located in apt package/module. Nowadays they are used more widely across codebase => need own module
+ Some test-support classes were moved to `platform.testFramework` to be used from multiple test modules
+ multiple 'exposed API' adjustments

GitOrigin-RevId: a759771f1784df7d9528c405cc3e7d1f7c4cd655
2024-04-23 17:37:10 +00:00

193 B

Module for generally-useful storages implementation. Many storages implementation (durable maps, enumerators, logs) are scattered across the codebase -> the idea is to gradually move them here