Skip to main content
3 votes
0 answers
70 views

I have an app getting metadata from a list of songs using TagLib. It first gets the song id via MediaStore, and send fd to TagLib which dups it and uses it to open a stream to get the metadata and ...
0 votes
0 answers
17 views

Reduce latency metric looks incorrect for binding pull requests in Milvus While monitoring Milvus performance metrics, I noticed something unexpected related to binding pull requests. Specifically, ...
0 votes
0 answers
25 views

Read requests fail or experience latency spikes when loading a bulk-inserted collection and switching alias in Milvus I’m running a Milvus cluster (v2.5.x) on Kubernetes (EKS) using milvus-operator, ...
0 votes
0 answers
98 views

I’m working on enhancing a life insurance quotation workflow using Spring Boot 3 with JPA/Hibernate. The workflow involves several dependent steps: Customer eligibility checks Product → Plan → Rider ...
Advice
0 votes
0 replies
60 views

I'm trying to monitor disk activity time on macOS (similar to the "Disk Activity Time" percentage on Windows), but macOS's I/O statistics differ from those on Windows. Using the ioreg ...
Advice
0 votes
0 replies
43 views

How to disable localization ONLY in Django admin (specifically /admin/jsi18n requests) while keeping it in the main site? I experiencing 503 errors on our production server due to a high volume of ...
0 votes
0 answers
56 views

I'm working on a Power BI report where I need to calculate cumulative account balances (OpenAccountsRunning) based on a per-month snapshot measure ([BaseClosing]). I originally wrote this “fast” ...
0 votes
0 answers
27 views

I am working on a TV Compose app that uses ExoPlayer for streaming, running on a custom Android TV box. Everything was working fine earlier, but after the recent implementation (using specific DRM), ...
1 vote
0 answers
142 views

I'm testing some AVX512+GFNI code on a Dell Precision 5560 laptop, Intel Core i7-11850H @ 2.50GHz. The function being timed is assembly code. If I run from command line fastest runs are around 13 GB/...
0 votes
0 answers
21 views

so i've tried running my own macrobenchmark, also with the android/samples and they both fail on StartupMode.Cold with the following error java.lang.IllegalStateException: The DROP_SHADER_CACHE ...
0 votes
0 answers
65 views

I'm reading this tutorial: In the Frames section, hover your mouse over one of the green squares. DevTools shows you the FPS for that particular frame. Each frame is probably well below the target of ...
0 votes
0 answers
48 views

I'm using Solr 9.9.0 and I recently increased the server RAM from 16 GB to 32 GB, as well as the JVM heap memory to 16 GB. The issue I'm facing is that under high load, both the Solr 9.9.0 UI ...
0 votes
0 answers
30 views

For example, we have multiple logs that share the same structure: Order Created { ..."trace": { "order_id":123456, ... }} Order Paid { ..."trace": { "order_id":...
3 votes
0 answers
163 views

I was benchmarking a naive transposition and noticed a very large performance discrepancy in performance between: a naive operation where we read data contiguously and write with a large stride; the ...
0 votes
0 answers
56 views

TFORM is considered a great tool for manipulating large and symbolic equations. In this thread, I’d like to share my optimization problem, which concerns a very simple operation — equations expansion. ...

15 30 50 per page
1
2 3 4 5
893