summaryrefslogtreecommitdiff
path: root/lib/rsc
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2020-04-18 21:37:53 -0400
committerstanley lieber <stanley.lieber@gmail.com>2020-04-18 21:37:53 -0400
commit03aeeafffb35a7a0b6fdfbb570f514cf660fd2aa (patch)
tree0e4d1bd58827bafd25adce78d077498b49704c4e /lib/rsc
parente6634fbd0c3e091d6db26c4290d6b31e1e7a36e7 (diff)
downloadplan9front-03aeeafffb35a7a0b6fdfbb570f514cf660fd2aa.tar.xz
fortunes: As much as I'd love to I feel I have to let it go -- rminnich
Diffstat (limited to 'lib/rsc')
-rw-r--r--lib/rsc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rsc b/lib/rsc
index 25dc9f662..73b55441a 100644
--- a/lib/rsc
+++ b/lib/rsc
@@ -245,3 +245,4 @@ It's been two hours since that fix landed.
I needed that last week.
I have a new blog post you might be interested in.
Ever since I wrote “go get,” we on the core Go team hoped the community would take care of dependency management.
+This past winter, as a side project, I spent some time getting up to speed on suffix array construction algorithms and rewrote index/suffixarray's New implementation (that is, the index builder) to run 3-10X faster in half the memory of the old one.