]> Cypherpunks repositories - gostls13.git/commit
regexp: document that it is linear in the input size.
authorRob Pike <r@golang.org>
Tue, 25 Mar 2014 00:17:30 +0000 (11:17 +1100)
committerRob Pike <r@golang.org>
Tue, 25 Mar 2014 00:17:30 +0000 (11:17 +1100)
commitc790b029e6a6478819c0ad611fb649d6b99f62ce
treeeb7121867817b349164a0827096e9769f6613bed
parent132e816734de8cb7d5c52ca3a5a707135fc81075
regexp: document that it is linear in the input size.
Fixes #7488.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/78050043
src/pkg/regexp/regexp.go