• Jim Fulton's avatar
    Added Sets as distinct types within template. This will make · a0dadf7c
    Jim Fulton authored
    merging sets and mapping objects (e.g. integer sets and
    integer to integer mappings) easier later.
    
    Split template into multiple files.
    
    Change buckets to use separate key and value arrays.
    This makes set handling (null value arrays) a little simpler
    and will allow us to save memory if we implement types with
    small keys or values (e.g. short keys).
    a0dadf7c
Setup 261 Bytes