fusego/fuseops
Aaron Jacobs f004d3ff4a Avoid calling Logf on the hot path when logging is disabled.
The call to commonOp.Logf in sendBazilfuseResponse is extremely hot for
allocations, presumably because it needs to allocate an argument slice.
It is normally not needed at all, so why pay for it?
2015-07-22 21:45:49 +10:00
..
common_op.go Avoid calling Logf on the hot path when logging is disabled. 2015-07-22 21:45:49 +10:00
convert.go Avoid calling Logf on the hot path when logging is disabled. 2015-07-22 21:45:49 +10:00
doc.go Split up convert.go a bit. 2015-05-01 10:49:50 +10:00
ops.go Embed the bazilfuse response object within ReadFileOp. 2015-07-22 21:32:10 +10:00
simple_types.go Fixed build errors. 2015-03-24 14:18:01 +11:00