1
0
mirror of https://github.com/golang/go synced 2024-10-01 01:28:32 -06:00
go/godoc/vfs
Brad Fitzpatrick 59db975409 godoc: limit concurrency to local disk filesystem
Not for Go 1.2.  Still needs a flag.

Linux at least (and likely other OSes) don't like you doing
a few hundred readdirs at once and spawing as many threads.

R=golang-dev, adg, jeremyjackins
CC=golang-dev
https://golang.org/cl/30620043
2013-12-16 11:25:50 -08:00
..
gatefs godoc: limit concurrency to local disk filesystem 2013-12-16 11:25:50 -08:00
httpfs go.tools/godoc: move vfs code to vfs package 2013-07-17 15:02:27 +10:00
mapfs godoc: feed indexer concurrently, add selective indexing hook, tests 2013-11-05 09:35:58 -05:00
zipfs godoc: more cleanup 2013-07-18 13:51:17 +10:00
namespace.go go.tools/godoc: move vfs code to vfs package 2013-07-17 15:02:27 +10:00
os.go go.tools/godoc: move vfs code to vfs package 2013-07-17 15:02:27 +10:00
vfs.go godoc: move bulk of the code to the package 2013-07-17 17:09:54 +10:00