From 1f8d96cbabd235a40645d856b75b412438b0c2bc Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 24 Jun 2024 01:24:31 +0300 Subject: Updates on AKFS --- AKFS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/AKFS b/AKFS index a466ca6..6527ab9 100644 --- a/AKFS +++ b/AKFS @@ -139,3 +139,14 @@ the correctness of the path/file. To take care of all the above, a "driver" should be implemented, that it would be given a hash and it would return the location of the file. We can go for the 2digit per directory approach. + +Update +------ + +Driver was made but grouped for 1digit per directory per hash. + +- `lib/_ak_fs` is introduced +- `src/akfs.c` is introduced + +The C file is for future development and usage while `lib/_ak_fs` is the one +actively being used in the project. -- cgit v1.2.3