gvisor/runsc/sandbox
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 gvisor/runsc: enable generic segmentation offload (GSO) 2019-03-29 16:27:38 -07:00
network.go Replace os.File with fd.FD in fsgofer 2019-04-23 16:10:54 -07:00
network_unsafe.go gvisor/runsc: enable generic segmentation offload (GSO) 2019-03-29 16:27:38 -07:00
sandbox.go Add 'runsc do' command 2019-04-11 17:54:34 -07:00