On 04.08.2016, at 17:16, Marshall Schor <[email protected]> wrote: > > If no one is currently needing COMPRESSED_FLTERED_TS now, I'm +1 for removing > it > for the following reasons: > > - the current impl combines a very non-compressed format for the Type System > and Index definition with a highly compressed CAS representation; not a good > format. (I've seen some applications which have close to a 1000 types > defined).
We could run the TS through a GZIP. But it would still by far not be as optimized as your hand-coded binary formats :) > - the two header problem could be solved by pushing the implementation down > into the base form 6 serialization, but that would take a bit of time and > thinking :-), and I'd rather get this release out and add that later. Sounds sensible. -- Richard
