apache / apache/lucene

First Cut at GroupVarInt with FixedIntBlockIndexInput / Output [LUCENE-2735]

Open
#3,809 13 comments 0 reactions 1 assignee Claimed by @s1monw View on GitHub
affects-version:4.0-ALPHA legacy-jira-fix-version:4.9 legacy-jira-fix-version:6.0 legacy-jira-priority:Minor module:core/index type:enhancement
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.