syncthing/lib/auto
greatroar e2febf246e
all: Store assets as strings (#6611)
Storing assets as []byte requires every compiled-in asset to be copied
into writable memory at program startup. That currently takes up 1.6MB
per syncthing process. Strings stay in the RODATA section and should be
shared between processes running the same binary.
2020-05-07 11:47:23 +02:00
..
auto_test.go all: Store assets as strings (#6611) 2020-05-07 11:47:23 +02:00
doc.go build: Let "go generate" create assets 2018-06-26 10:29:36 +02:00