-
Hi,
In swh-graph, we use a `CompactArray`, which isn't supported since e468cedf68a16ffe0ef73b9703342f665dc6b9dc: https://gitlab.softwareheritage.org/swh/devel/swh-graph/-/blob/ec014b29c2361a13bbfa5…
-
It would be fantastic if the implementation could support [ε-serde](https://crates.io/crates/epserde) as that would make a breeze to map into memory large PTHash instances (or load them with transpare…
-
I am encountering an error when attempting to execute this code with a proprietary collection of queries. The collection has 23 million lines, but the same error occurs with a reduced version containi…
-
Hi, thanks for the library!
I've implemented a few customs parallel iterators for my data structures by manually implementing `Producer` and `UnidexedProducer` myself.
Usually, the hard part of …
-
The following function has issues:
https://github.com/pisa-engine/pisa/blob/c6481af140224070aaa5d7ec109bbde396268b8c/include/pisa/bit_vector.hpp#L285
1. We cast an arbitrary byte pointer to int, m…
-
In EliasFano.hpp, line 119, upper_bits.size has the term (num_ones + (num_bits >> l) + 1), which is converted to the number of words by adding 63 and dividing by 64. To be consistent, shouldn't lines…
-
now eliasfano32.Search does use naive implementation: using .get() method
maybe possible first search inside jump table
and then only search inside 1 cunk
then we will not random-touch many parts …
-
```
go test -race -run=TestEliasFano ./recsplit/eliasfano32
fatal error: checkptr: converted pointer straddles multiple allocations
goroutine 35 [running]:
runtime.throw({0x13bb5bf?, 0x13446ca?…
-
---
Migrated from [LUCENE-5524](https://issues.apache.org/jira/browse/LUCENE-5524) by Paul Elschot, 1 vote, resolved May 19 2015
Attachments: [LUCENE-5524-20141126.patch](https://apache.github.io/…
-
DocIdSet in Elias-Fano encoding
---
Migrated from [LUCENE-5084](https://issues.apache.org/jira/browse/LUCENE-5084) by Paul Elschot, 2 votes, resolved Jul 09 2013
Attachments: [LUCENE-5084.patch](ht…