-
**BigDecimal data type**:
For a financial application, we need maximum accuracy and arbitrary precision, even at the expense of performance. `scaled_float` doesn't cut it for us (we need number…
-
(To be clear this applies to both TEEs and on-device auctions, both are interesting but the on-device one is particularly interesting)
What is the thinking around how all the various operational as…
-
Created by: @alexandergunnarson
Source: https://github.com/RedisGraph/RedisGraph/issues/2731
Likely this issue is too broad. I'm happy to split it up if it helps.
RedisGraph's scalability has long …
-
Google Gemini Pro 1.5 (especially the new experimental version) is one of the top models in the the LLM leaderboard, showcasing its exceptional capabilities and potential.
The model perfor…
-
The basic idea behind the useHardwareConcurrency hook is great, but I fear that it is not sufficient to identify slow devices.
Even the moto G of the first generation (with a Snapdragon 400 CPU) has …
-
**Use Case**
In a forum / social media application, there may exist a feature to get the last 100 users who posted a message / thread. One can implement it with `ZADD`, use it like: `ZADD homepage_…
-
_From @mirek190 on March 4, 2014 20:54_
*edit by @skmp*
Depth precision issues are causing this problem. It might be possible to work around them, but there's no easy for fix now
---
Look at i…
-
## Problem Description
There are several drawbacks with the current solution where data carriers are responsible for their own management:
* Loosely speaking, Marshallable resembles "active reco…
-
Tldextract extracts ips and http schemes with url while this extractor can't.
The speed doesn't matter in this case.
What matters is the correctness of the data scraped.
-
When a task has reached the max number of instances it can have (default is 1, can be changed with `instanceLimit`) the `instancePolicy` determines what happens when another instance is started.
Hi…