gvisor/pkg/p9
Fabricio Voznika ddab854b9a Reduce memory allocations on serving path
Cache last used messages and reuse them for subsequent requests.
If more messages are needed, they are created outside the cache
on demand.

PiperOrigin-RevId: 245836910
Change-Id: Icf099ddff95df420db8e09f5cdd41dcdce406c61
2019-04-29 15:33:47 -07:00
..
local_server Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
p9test Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
BUILD Remove license comments 2019-01-31 11:12:53 -08:00
buffer.go Reduce memory allocations on serving path 2019-04-29 15:33:47 -07:00
buffer_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
client.go Reduce memory allocations on serving path 2019-04-29 15:33:47 -07:00
client_file.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
client_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
file.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
handlers.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
messages.go Reduce memory allocations on serving path 2019-04-29 15:33:47 -07:00
messages_test.go Reduce memory allocations on serving path 2019-04-29 15:33:47 -07:00
p9.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
p9_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
path_tree.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
pool.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
pool_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
server.go Reduce memory allocations on serving path 2019-04-29 15:33:47 -07:00
transport.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
transport_test.go Reduce memory allocations on serving path 2019-04-29 15:33:47 -07:00
version.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
version_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00