From b958256fd9ce3ae64977d2820a3b00608865fe48 Mon Sep 17 00:00:00 2001 From: SheetJS Date: Mon, 16 Jun 2014 17:34:13 -0400 Subject: [PATCH] minor readme update to trigger travis --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 03b9a8c..805d335 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ run `make ctest`. `make perf` will run performance tests. +Unexpected code patterns were based on performance testing in node and browser: + +- [Loop unrolling helps!](http://jsperf.com/crc32-table/2) + ## In the future ... - Specifying an arbitrary initial CRC value