-
### Description
## Issue
Today, Lucene internally creates multiple DocumentWriterPerThread (DWPT) instances per index to facilitate concurrent indexing across different ingestion threads. When d…
-
## Describe the bug
Seems like indexing into tuples (or things index-able besides lists) doesn't happen and silently errors
## How To Reproduce
```python
from pydian import get
tup = …
-
As several layers support complex types (e.g., Dense, Conv, Bilinear), I expected the same from MeanPool and AdaptiveMeanPool. Example below for MeanPool (copied and pasted from jupyterlab). I've e…
-
Hello,
Thank you for your hard work for Kassandra. It's a nice and useful tool for cell fraction detection from bulk RNAseq data. After git clone https://github.com/BostonGene/Kassandra/ and running…
-
I've been having some trouble fixing the Random seeds used in Random Indexing.
I'd like to have predictable output across runs, so I can run through a bunch of fixed seeds and see how much of an impa…
-
Currently, (advanced) indexing, slicing, and masking of a `Normal` random variable with a `LinearOperator` mean and/or cov simply calls `.todense()` on the parameters and performs all operations on th…
-
# Synopsis
OpenSearch Benchmark (OSB) is a performance testing tool for OpenSearch, a community-driven, open source search and analytics suite. It allows users to benchmark various aspects of OpenSea…
-
### Describe the issue:
Hi!
While using the amazing numpy module, I found myself in the need of replace "fancy" indexing for `numpy take`.
I love working with boolean arrays and fancy indexing bu…
-
Array indexing appears to return inconsistent results when an expression is inlined vs stored in a var and the var used, despite the expression returning a number.
MRE ([Playground Link](https://tr…
-
Or maybe as another variant included in the benchmark?
``` diff
-static int indexing_type = 0;
+static int indexing_type = 1;
```
Also, rocksdb has a prefix-db variant (better random-read perf) that…