-
Hey all, we have an endpoint fetching ~4000 records and then loading 5 relationships onto said records (one goes through a pivot table as well).
This endpoint has performed poorly as the # of records…
-
I've written a benchmark for various methods of agent vision https://gist.github.com/AndreVallestero/2f64a124efb9dbc9c061c9b54a93c7b5
I propose using the optimal solution in AnymaEngine
```cpp
in…
-
## 🐞Describing the bug
I'm experiencing extremely long loading times when using the MLModel API to load a converted Core ML model. The loading process hangs indefinitely. When changing compute_units …
-
**Is your feature request related to a problem? Please describe.**
When running performance benchmarks on a Loki instance, it can be difficult to produce accurate results for query performance si…
-
To speed up performance and lower memory consumption, Bottle should archive, compress and encrypt the contents of a file (tar or otherwise) in chunks when encrypting/decrypting.
Currently, when en…
sts10 updated
2 years ago
-
**Overview**
Currently, opencost has some queries that only require metadata like labels, annotations, etc.
However, these queries are sent using the Prometheus Query API. The Query API will touc…
-
Abstraction to read bits from a file.
Note that an an entire file can be trivially read as a single integer as follows:
`data.n_ = sum(b*256**i for i, b in enumerate(open(filename, 'rb').read())…
-
I've been messing around with running separate FFmpeg processes on segments of the same video file.
There are a bunch of benefits here:
- Encoding speed is only limited by chunk-duration and worker-…
-
**UPDATE**:
It is probably the IO issue reading all digest files. I plan to acquire more powerful machines and test.
The cover report spends most of the time -
`Devel::Cover::DB::cover()`. It…
-
## Reason
Simulations with many `SideSetsBetweenSubdomainsGenerator`s spend a large chunk of their setup time in `UnstructuredMesh::find_neighbors()`. After the first call we should only rerun find n…