Updated 6 months ago

cuvec • Rank 11.7 • Science 67%

Unifying Python/C++/CUDA memory: Python buffered array ↔️ `std::vector` ↔️ CUDA managed memory

Updated 6 months ago

@stdlib/ndarray-base-offset • Rank 8.1 • Science 44%

Return the index offset specifying the underlying buffer index of the first iterated ndarray element.

Updated 6 months ago

@stdlib/ndarray-offset • Rank 7.5 • Science 44%

Return the index offset specifying the underlying buffer index of the first iterated ndarray element.

Updated 5 months ago

https://github.com/althonos/iocursor • Rank 8.7 • Science 23%

A zero-copy file-like wrapper for Python byte buffers, inspired by Rust's std::io::Cursor.