Re: Google-developed posting list encoding

2010-04-14 Thread Michael McCandless
Flex has already landed (in trunk, for 3.1), so this is "just" a matter of someone creating a codec using Group VarInt. Mike On Wed, Apr 14, 2010 at 4:58 AM, John Wang wrote: > This would be something that's excellent for contribution after the > Flex-Indexing support is added. > -John > > On We

Re: Google-developed posting list encoding

2010-04-14 Thread John Wang
This would be something that's excellent for contribution after the Flex-Indexing support is added. -John On Wed, Apr 14, 2010 at 12:22 AM, Mike Klaas wrote: > Can be quite a bit faster than vInt in some cases: > http://www.ir.uwaterloo.ca/book/addenda-06-index-compression.html > > -Mike > > --