-
# Implement Comprehensive Monitoring for Long-running Workflows
## Problem Description
Indexify currently lacks a comprehensive built-in solution for monitoring long-running workflows. This make…
-
### Description
At the moment Mark Text using a simple `String` to represent the document content. When it comes to larger documents, this is very inefficient and result in high CPU and RAM usage b…
-
**Help us make content visible**
- Tell us what search terms you used and how you searched docs.
- I've made searches for `concurrency` and `signalr` terms
- Tell us what docs you found that di…
-
## Description
Currently, the RasterData attribute `array` refers to regular `np.array`. Aiming to speed-up all data array operations we need to use `np.memmap` arrays, taking advantage of pre-allo…
-
## User Pain point
* Not Open Format Dataset: Currently, all the data indexed in the OpenSearch service. Users rely on the OpenSearch service to access and retrieve the dataset.
* Lacking segregat…
-
目前锁粒度太大,需要通过bucket、数据结构维度减少锁粒度,提高并发性能。或者分片的方式。
The current lock granularity is too large and needs to be reduced by bucket, data structure dimension to improve concurrency performance. Or a sharding …
-
https://ankidroid.org/acra/app/1/bug/248923/report/d9019a48-73c0-446c-8df9-06fc00b9e046
```
android.app.RemoteServiceException: Bad notification for startForeground: java.util.ConcurrentModificationE…
-
### Motivation
* A recent bug fix to Alchemy's caching mechanism reveals a significant flaw - it doesn't handle concurrent changes very well. Right now, a monkey patch is in place that blocks all eve…
-
It is easy to write simple benchmarks for concurrent hash tables. But when these data-structures hit real world data is when we learn how they truly perform. There has been much research on concurrent…
-
My use case is following a bunch (several hundreds) of mobile objects every few seconds.
Currently I'm doing this, together with a Map to keep track of object by ID.
``` scala
private var followedObj…