Commit 95ecd2db authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Update README.

parent ab668569
GO-FUSE: native bindings for the FUSE kernel module. GO-FUSE: native bindings for the FUSE kernel module.
HIGHLIGHTS HIGHLIGHTS
* High speed: within a factor 2 of C/C++ based filesystems on * High speed: within a factor 1.5 of C/C++ based filesystems on
filesystem benchmarks, using the gc compiler. For many real world filesystem benchmarks, using the gc compiler. For many real world
applications, the difference will be negligible. applications, the difference will be negligible.
...@@ -27,8 +28,9 @@ EXAMPLES ...@@ -27,8 +28,9 @@ EXAMPLES
* examplelib/multizipfs.go shows how to use in-process mounts to * examplelib/multizipfs.go shows how to use in-process mounts to
combine multiple Go-FUSE filesystems into a larger filesystem. combine multiple Go-FUSE filesystems into a larger filesystem.
* fuse/loopback.go supports all the implemented functionality. A * fuse/loopback.go mounts another piece of the filesystem.
binary to run is in example/loopback/ . For example Functionally, it is similar to a symlink. A binary to run is in
example/loopback/ . For example
mkdir /tmp/mountpoint mkdir /tmp/mountpoint
example/loopback/loopback -debug /tmp/mountpoint /some/other/directory & example/loopback/loopback -debug /tmp/mountpoint /some/other/directory &
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment