-
### Before creating an issue, please make sure you have checked the following:
- [X] This issue does not appear without Chunks Fade In installed.
- [X] All my mods (not only Chunks Fade In) are up-to…
-
# Motivation
Chunked upload is useful in many cases, but also slower than uploading the entire file directly.
Overall it is slower because multiple network requests have to be made.
The speed of …
-
hi, i'm interested in this repo so i was was curios about performance
so i wrote the following benchmark code
```rust
use bytes::Bytes;
use criterion::{criterion_group, criterion_main, Benchmark…
-
**Describe the bug**
The latency in the Viewer is rapidly growing when dozens of scalar values are logged. The performance has degraded between 0.17.0 and 0.19.0 (or maybe even 0.18.1)
**To Reprod…
-
Currently, a lot of objects interact pairwise:
- Each planet interects with each {Asteroid, Ship}
- Each bullet interacts with each {Planet, Asteroid, some ships}
If we eventually expand the map …
-
### What is your issue?
I'm trying to perform 2D interpolation on a large 3D array that is heavily chunked along the interpolation dimensions and not the third dimension. The application could be ext…
-
## Description
Implement batch processing for embedding generation to improve performance.
Current implementation iterates through chunks individually, which is computationally inefficient. By using b…
-
In this repo (not in EO-college yet), there is an episode [2.4 - Data Formats and Performance](https://github.com/EO-College/cubes-and-clouds/blob/main/lectures/2.4_formats_and_performance/2.4_formats…
-
Come up with higher level LLM UDF.
When analyzing data via LLMs (text, images), step by step we have quite a lot of repetitive code like:
```python
def extract_performance(chunk: Chunk) -> CompanyPe…
-
### I tested vllm benchmark_throughput.py and finded that the performance with chunked-prefill-enabled is lower than default, how can I deal this problem
_No response_
### Your current environ…