-
**Is your feature request related to a problem? Please describe.**
libcudf aggregations show lower throughput when data cardinality is less than ~1000 distinct values. This is due to serializing atom…
-
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…
-
### Description
While using Vivaldi or Firefox (not tested on others browser), zooming on the web map cause a crash.
https://github.com/user-attachments/assets/911584d1-2f85-4fdd-a676-7490e0ce2a60…
-
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…
-
**Is your feature request related to a problem? Please describe.**
The per-cpu map has large overhead compare to kernel, which should be fixed.
| Map Operation | Kernel (op …
-
### What reproduces the bug? Provide code if possible.
```
$ sudo ./build/src/bpftrace -e 'tracepoint:skb:kfree_skb { print(*curtask) }' -d libbpf | tail
ERROR: Unknown BPF object load failur…
-
**Describe what enhancement you'd like to have**
We are currently using a basic concurrent hashmap implementation in Proton [nativelog](https://github.com/timeplus-io/proton/blob/develop/src/Nati…
-
In the oasis-etm gem, the `` element is meant to accept anything (in XML) that user wishes.
Clearly, this content won't be defined in the oasis-etm gem but by the user.
There are 2 ways the user…
-
I register a function that operates on a function pointer
```rs
let mut engine = Engine::new();
engine.register_fn("name_of_function", |x: &mut FnPtr| {
println!("name of function: {:?}", …
-