Quantcast

Updated the sort code to handle very large sets of data

Author Kevin Lyles <kevinlyles@gmail.com>
Author date 2012-10-07 19:09:05
Author local date 2012-10-07 14:09:05 -0500
Committer Kevin Lyles <kevinlyles@gmail.com>
Committer date 2013-02-13 00:11:28
Committer local date 2013-02-12 18:11:28 -0600
Commit afb551d2d4f697947be7d230c7cb3350bb34d9e5
Tree 31de1651450e35c82863001173d3c1803be1b3c9
Parent 31e4e7d98a3d08fe4ada6c3addefd11e2d39ed33
Updated the sort code to handle very large sets of data

This sidesteps the lua 5.1 limitation that functions can only contain a
certain number of constants by splitting large tables into multiple
functions.