|
On Jul 6, 2015, at 8:02 AM, Cosmin Apreutesei <cosmin.apreutesei@gmail.com> wrote:
Possibly a bit more GC friendly to use fully-weak tables and store a reference to the last index table in the tuple as well. You can make the tuples smaller but a bit more complicated by storing everything in the array section — e.g. n goes in [1], entries in 2 through n+1 and index trie links in n+2 through 2n+1. Mark |