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
24a5a394
Commit
24a5a394
authored
May 19, 2012
by
Han-Wen Nienhuys
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update timings.
parent
5898fa05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
README
README
+8
-9
No files found.
README
View file @
24a5a394
...
...
@@ -4,7 +4,7 @@ GO-FUSE: native bindings for the FUSE kernel module.
HIGHLIGHTS
* High speed:
less than
50% slower than libfuse, using the gc
* High speed:
about
50% slower than libfuse, using the gc
compiler. For most real world applications, the difference will be
negligible.
...
...
@@ -72,17 +72,16 @@ Tested on:
BENCHMARKS
We use threaded stats over a read-only filesystem for benchmarking.
Automated code is under benchmark/
.sh. A simple C version of the
same FS gives a FUSE baseline
Automated code is under benchmark/
directory. A simple C version of
the
same FS gives a FUSE baseline
Data points (
time per stat, Go-FUSE version Sep 3), using java 1.6
src.zip (7000 files).
Data points (
median time per stat, Go-FUSE version May 2012), 1000
files, high level interface, all kernel caching turned off:
platform
libfuse Go-FUSE
difference (%)
platform
libfuse Go-FUSE
difference (%)
Lenovo T60/F15 (2cpu) 106us 125us 18%
DellT3500/Lucid (2cpu) 33us 42us 27%
Lenovo T400 (2cpu) 64us 77us 20%
Lenovo T60/Fedora17 (2cpu) 346us 572us 35% slower
Lenovo T400/Lucid (2cpu) 152us 256us 68% slower
CREDITS
...
...
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