-
### Which component is your bug related to?
snforge
### Foundry Version
snforge 0.31.0
### What operating system are you using?
MacOS
### What system architecture are you using?
arm
### What h…
-
Current list as of kernel 5.16
- [x] BPF_MAP_TYPE_HASH,
- [x] BPF_MAP_TYPE_ARRAY,
- [x] BPF_MAP_TYPE_PROG_ARRAY,
- [x] BPF_MAP_TYPE_PERF_EVENT_ARRAY,
- [x] BPF_MAP_TYPE_PERCPU_HASH,
- [x]…
-
These days, systems with 100+ hardware threads are increasingly common, but TBB performance on such systems is atrocious; it is particularly bad on non-x86 systems with more advanced memory models tha…
-
There are new test failures on [Remove unnecessary leftover `@dart=2.19` from tests.](https://dart-review.googlesource.com/c/sdk/+/396281).
The tests
```
language/const/map_hashcode_override_lega…
-
### Describe the bug
Concurrent test case:
- Delete an entry/key in the map while the entries are being looked up.
Problem:
The bpf_map_lookup_batch API fails to retrieve all the hash map …
-
There has been the wish by @multiburst to change the locale of the map. Apparently there are other tile providers, that we could use:
- https://tile.openstreetmap.de/8/218/99.png
- https://tile.op…
-
### What reproduces the bug? Provide code if possible.
The script below triggers this verifier error:
```
...
39: (85) call bpf_map_update_elem#2 ; R0=scalar()
40: (07) r6 += 16 …
-
-
Related Epic: https://github.com/vavr-io/vavr/issues/2308
CompressedHAMP is designed to provide a smaller footprint and better cache locality than standard HAMT which features one array encoding bo…
-
I have encountered the following error while building the environment (fatal error: google/dense_hash_map: No such file or directory
#include ). I do not have sudo priviledge, so I tried to instal…