Just can't stay away
Joined: 2006/11/30 11:30 Last Login
: 11/18 16:17
From Finland
Group:
Registered Users
|
Progress update:
Yesterday I started work on diskio.library, a library which will act as a layer between the filesystem (NTFileSystem3G, FuseExt2FileSystem) and the storage driver (usbdisk.device, #?ide.device, ...) and implement a relatively simple read/write block cache .
In Linux block caching is implemented at a level below the filesystem implementation but in AmigaOS ports of FUSE filesystems I've so far had to implement block caching separately in each case. This is what diskio.library intends to get rid of, this unnecessary and wasteful duplication of code and effort.
|