Conversation
they should really be called 'list bundles' and kv bundles should be 'map bundles', but we already have a 'list bundle' that is actually more like a 'linked hash map bundle' so oh well. - no longer instances of bundles, rather they share a relatively simple common super-type - optimized and much cleaner serialization codec - additional interface options that together provide a lot more flexibility to an index bundle implementation, but still pass on the simplicity gains of index-only mapping to downstream users
|
nice. would be interesting to see performance comparisons between different bundle types. |
|
While i'm certain index bundles would be the most performant (kv bundles The serialization improvements, abstraction changes (mostly to enable later On Thu, May 8, 2014 at 9:12 PM, Matt Abrams notifications@github.comwrote:
|
they should really be called 'list bundles' and kv bundles should
be 'map bundles', but we already have a 'list bundle' that is
actually more like a 'linked hash map bundle' so oh well.
simple common super-type
flexibility to an index bundle implementation, but still pass on
the simplicity gains of index-only mapping to downstream users