• Jim Fulton's avatar
    · a0dadf7c
    Jim Fulton authored
    Added Sets as distinct types within template. This will make
    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
TreeSetTemplate.c 6.43 KB