-
We compress bytecode to save bandwidth and storage space. But if two clients publish the same bytecode, we want to make sure that these also result in identical compressed blobs, so they get deduplica…
-
Version: 0.6.0.dev6
The following code uses an error model to simulate a Bell circuit, with a fixed seed. It gives non-deterministic results.
```python
from pecos.error_models.generic_error_mod…
-
In https://github.com/hughsie/colord/issues/174 we found that .icc files in the `colord` package vary depending on the CPU used to build them.
Is there already a way to ensure that .icc output does n…
-
### Prerequisites
Please put an X between the brackets as you perform the following steps:
* [x] Check that your issue is not already filed:
https://github.com/leanprover/lean4/issues
* …
-
-
Here's a variant without zero-size types:
```llvm
define i1 @src() {
%a = alloca i64
%a2 = alloca i32
%gep = getelementptr i8, ptr %a, i64 8
%cmp = icmp eq ptr %gep, %a2
cal…
-
### Problem
We need the builds from the block-node docker images to be `derterministic`
### Solution
Requirements TBD
### Alternatives
_No response_
-
We can optimize execution of queries like that when `ORDER BY` does not include aggregation results and when `HAVING` is not used. In this case filter and order is deterministic and we can determine s…
-
Right now the miner is deterministic. You can take the note, start from zero and get the same work at the same nonce.
This should be optional. When not deterministic, `created_at` is refreshed on e…
dskvr updated
1 month ago
-
We should add a small deterministic test for bicoloring, like @amontoison's rectangle. The issue is that for `NaturalOrder` and `LargestFirst` I get trivial colorings. Which order did you consider to …