Use multiple loops rather than goroutine spawning. This allows
the request to be reused, thus reducing garbage generation. Speed-up of ~35%. Go-FUSE is now only 10% slower than libfuse.
Showing
Please register or sign in to comment
the request to be reused, thus reducing garbage generation. Speed-up of ~35%. Go-FUSE is now only 10% slower than libfuse.