Suchir Kavi
Suchir Kavi
This benchmark aims to measure latency between futures becoming ready and the stream producing them. The bench currently shows `FutureGroup` trailing significantly behind `FuturesUnordered` for larger test sizes. ``` ~/c/futures-concurrency...
This removes duplication of the logic for neighbors iteration and enables walkers to be "rehydrated" to their former level of usability.
## Description I have two TensorRT plans compiled from ONNX using the standard TensorRT builder and ONNX parser. I can successfully capture the `ExecutionContext`s derived from these plans to `CudaGraph`s...
https://github.com/elast0ny/shared_memory/blob/fda413410857e295fa7440691a79296e84bed525/examples/mutex.rs#L65-L89 ```rust let mutex = if shmem.is_owner() { // is_init.store(0, Ordering::Relaxed); // not actually needed // Initialize the mutex let (lock, _bytes_used) = unsafe { Mutex::new( raw_ptr, // Base address...