Top
Best
New

Posted by neogoose 4 days ago

F* file system – file search that reads SSD directly bypassing OS kernel(github.com)
110 points | 50 commentspage 2
lunar_rover 2 days ago|
The repo summary has multiple typos.
Retr0id 2 days ago|
Refreshing.
drewg123 2 days ago||
It is sad that that FFS doesn't support FFS (BSD Fast File System) which inspired the architecture of the ext filesystem (and was the basis for a lot of unix filesystems).
self_awareness 1 day ago||
I see this as a project that re-vibes the filesystem implementation to a minimal, readonly version, that completely bypasses in-kernel caching.

Is it really faster than normal filesystem? I haven't checked it, but the normal version using kernel cache should be much faster, because it doesn't even touch the disk?

hmxnrye 1 day ago|
[dead]