Richard Patel

Results 88 issues of Richard Patel

Included disassembled BPF program in the repo, somehow. Maybe via `llvm-objdump`. Ideally also hex-format data sections.

Create a CSV list that maps program IDs to names for easy reference

Create a CI script that executes daily to re-download all programs, update master branch.

It'd be nice to have a `fn name() -> &'static str` API to convert `Register::RAX` into `"rax"`. The Debug trait works too, but is less efficient (calling `format!()` requires a...

**Problem** The current blake3 crate leaves a lot of single core performance on the table for message sizes below 8 KiB. Namely, it doesn't SIMD parallelize hashing for small messages....

### NVIDIA Open GPU Kernel Modules Version 448d5cc65624d3aa69015efa0d3fb50fd9729f41 ### Please confirm this issue does not happen with the proprietary driver (of the same version). This issue tracker is only for...

bug

``` error: could not compile `mdbx-sys` (lib) due to 121 previous errors warning: build failed, waiting for other jobs to finish... error: failed to compile `nimiq-client v1.0.6 (/home/nimiq/core-rs/client)`, intermediate artifacts...

`uint64_t` is used at line 30, but `` was not included. Fails the build with GCC 15 on Arm when building like so: ``` ROCKSDB_DISABLE_NUMA=1 \ ROCKSDB_DISABLE_ZLIB=1 \ ROCKSDB_DISABLE_BZIP=1 \...