Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go-fuse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Levin Zimmermann
go-fuse
Commits
2aa0f92f
Commit
2aa0f92f
authored
Mar 23, 2011
by
Han-Wen Nienhuys
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.
parent
1343b8af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
13 deletions
+7
-13
README
README
+7
-13
No files found.
README
View file @
2aa0f92f
...
@@ -12,7 +12,7 @@ directory as a loopback:
...
@@ -12,7 +12,7 @@ directory as a loopback:
Tested on:
Tested on:
- x86 32bits (Fedora 14).
- x86 32bits (Fedora 14).
- x86 64bits (Ubuntu Lucid).
- x86 64bits (Ubuntu Lucid).
...
@@ -24,15 +24,9 @@ accompanying LICENSE file.
...
@@ -24,15 +24,9 @@ accompanying LICENSE file.
BENCHMARKS
BENCHMARKS
The speed of go-fuse is close to libfuse's speed (measurements on my
In benchmarks, Go-fuse's loopback system is about 10 times slower than
lenovo T60 laptop):
equivalent C++ based FUSE filesystem. In practical applications, the
the file system client processing may mask some of these performance gaps.
* 'find' in tree with 14k files. fs access: 0.06s, go-fuse: 3.5s, bbfs: 3.9
* 'ls -lR' in same tree: fs access: 0.5s, go-fuse: 9.5s, bbfs: 8.8s
* copying a 100 mb file: fs access: 200mb/s, go-fuse: 182mb/s, bbfs: 190mb/s
bbfs is a loopback filesystem written in C, see
http://www.cs.nmsu.edu/~pfeiffer/fuse-tutorial.tgz
...
@@ -40,12 +34,12 @@ CREDITS
...
@@ -40,12 +34,12 @@ CREDITS
* Inspired by Taru Karttunen's package, https://bitbucket.org/taruti/go-extra.
* Inspired by Taru Karttunen's package, https://bitbucket.org/taruti/go-extra.
* Originally based on Ivan Krasin's https://github.com/krasin/go-fuse-zip
* Originally based on Ivan Krasin's https://github.com/krasin/go-fuse-zip
BUGS
BUGS
Yes, probably. Report them through golang-nuts@googlegroups.com.
Yes, probably. Report them through golang-nuts@googlegroups.com.
KNOWN PROBLEMS
KNOWN PROBLEMS
...
@@ -54,7 +48,7 @@ Grep source code for TODO. Major topics:
...
@@ -54,7 +48,7 @@ Grep source code for TODO. Major topics:
* Missing support for file locking: FUSE_GETLK, FUSE_SETLK, FUSE_SETLKW
* Missing support for file locking: FUSE_GETLK, FUSE_SETLK, FUSE_SETLKW
* Missing support for extended attributes FUSE_SETXATTR, FUSE_
GETXATTR, FUSE_
LISTXATTR
* Missing support for extended attributes FUSE_SETXATTR, FUSE_LISTXATTR
* Missing support for FUSE_INTERRUPT, FUSE_NOTIFY, CUSE, BMAP, POLL, IOCTL
* Missing support for FUSE_INTERRUPT, FUSE_NOTIFY, CUSE, BMAP, POLL, IOCTL
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment