gvisor/pkg/fd
Fabricio Voznika 908edee04f Replace os.File with fd.FD in fsgofer
os.NewFile() accounts for 38% of CPU time in localFile.Walk().
This change switchs to use fd.FD which is much cheaper to create.
Now, fd.New() in localFile.Walk() accounts for only 4%.

PiperOrigin-RevId: 244944983
Change-Id: Ic892df96cf2633e78ad379227a213cb93ee0ca46
2019-04-23 16:10:54 -07:00
..
BUILD Remove license comments 2019-01-31 11:12:53 -08:00
fd.go Replace os.File with fd.FD in fsgofer 2019-04-23 16:10:54 -07:00
fd_test.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00