-
I'm not sure if this is the minimal test case, but I think it's pretty close. On f5aa612 (tip of test-gen-support), the following test case results in a memory leak.
```java
package Iterator;
i…
-
Soooo lets talk about archetypes.
If i am correct, archetypes offer a higher iteration speed. This is because entities with the same components are stored in one big array. Which means that the it…
-
https://github.com/umd-cmsc701/s2024/blob/754cac0184c9d3aa6c924358f40686bc4f134e34/_assignments/bloom_filter.md?plain=1#L40
I presume this line is [copypasted from a1](https://github.com/umd-cmsc70…
zsat updated
6 months ago
-
Hi! Could you please help me get it to work on Mac OS?
I get the following error:
```
cargo:warning=In file included from src/jlrs_cc.c:1:
cargo:warning=src/jlrs_cc.h:1:10: fatal error: 'uv.…
-
Hi!
I'm encountering a segmentation fault when trying to run multiple instances of Bitwuzla in parallel using the Bitwuzla bindings with OCaml 5.1.1. When using the module instance provided by defa…
-
### Dafny version
latest-nightly
### Code to produce this issue
```dafny
# dfyconfig.toml
[options]
standard-libraries=true
type-system-refresh=true
general-newtypes=true
```
### Command to…
-
Migrated from [rt.perl.org#37711](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=37711) (status was 'open')
Searchable as RT37711$
p5pRT updated
2 years ago
-
Hi;
I encountered strange result when I run notebook below.
https://github.com/rapidsai/cuspatial/blob/branch-22.04/notebooks/nyc_taxi_years_correlation.ipynb
To show inconsistency, I did sa…
-
In this system, the interest groups are available to the user. That means a competing advertiser B has direct access to specific elements of the marketing strategy of advertiser A. This may already be…
-
Hello,
I am trying to experiment with different ring sizes outside of the defaults for semi2k. Following the documentation I added `MOD = -DRING_SIZE=68` to my `CONFIG.mine` file and ran `make clea…