First Cut at GroupVarInt with FixedIntBlockIndexInput / Output [LUCENE-2735]
- Dominant language
- Java
- Stars
- 3.6k
- Forks
- 1.4k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 88
Description
I have hacked together a FixedIntBlockIndex impl with Group VarInt encoding - this does way worse than standard codec in benchmarks but I guess that is mainly due to the FixedIntBlockIndex limitations. Once #3797 is in / or builds with trunk again I will update and run some tests. The isolated microbenchmark shows that there could be improvements over vint even in java though and I am sure we can make it faster impl. wise.
---
Migrated from [LUCENE-2735](https://issues.apache.org/jira/browse/LUCENE-2735) by Simon Willnauer (@s1monw), updated May 09 2016
Attachments: [LUCENE-2735_alt.patch](https://apache.github.io/lucene-jira-archive/attachments/LUCENE-2735/LUCENE-2735_alt.patch), [LUCENE-2735.patch](https://apache.github.io/lucene-jira-archive/attachments/LUCENE-2735/LUCENE-2735.patch) (versions: 3)
Contributor guide
Assessment
This issue has not been assessed yet.