mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
+ 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
193 B
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