Avoid sequencesize for more than 2000 statements.
authorMihai Bazon <mihai.bazon@gmail.com>
Sun, 22 Mar 2015 10:51:15 +0000 (12:51 +0200)
committerMihai Bazon <mihai.bazon@gmail.com>
Sun, 22 Mar 2015 10:51:15 +0000 (12:51 +0200)
commitf0ab1b02e63bfad1162f77bb8545de34814f44f5
tree6a57e83feabe8d1ae86e5ab37e42817e91f9fb25
parent36c28e02fda0beb169f5f98377cc09a83446a784
Avoid sequencesize for more than 2000 statements.

It hardly saves any bytes for a sequence so long, and it risks blowing the
stack with the recursive Seq functions.

Ref #414
lib/compress.js