|
> > - splitting table into hash-table-based dictionary and resizable > > vector/array/list? > > This is the current implementation This is only partially true: A sequence may be have parts in the array part and parts in the hash part. Anyway, this should not matter.