linksplatform / Data.Triplets.Kernel

LinksPlatform's Platform.Data.Triplets.Kernel native library.
https://nuget.org/packages/Platform.Data.Triplets.Kernel
The Unlicense
1 stars 4 forks source link

Implement file consistency check (validation) #11

Open ghost opened 3 years ago

ghost commented 3 years ago

TODO: Varidate all mapped links are exist (otherwise reset them to 0) (fast) TODO: Varidate all freed link (holes). (slower) TODO: Varidate all links. (slowest)

https://github.com/linksplatform/Data.Triplets.Kernel/blob/3520130be8f94cdd8eabd946b0bb94c423896a11/Platform.Data.Triplets.Kernel/PersistentMemoryManager.c#L403

Konard commented 3 years ago

These comments can be removed from code now.