Implement simple file cache. It caches only beginnign

This commit is contained in:
AB
2020-04-17 17:57:54 +03:00
parent 1485580e39
commit 1dd9b5064e
2 changed files with 98 additions and 54 deletions

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"lldb.displayFormat": "auto",
"lldb.showDisassembly": "always",
"lldb.dereferencePointers": true
}