• Kirill Smelkov's avatar
    lib/mem: Python utilities to zero, set & copy memory · 699b1375
    Kirill Smelkov authored
    Like C bzero / memset & memcopy - but work on python buffers. We
    leverage NumPy for doing actual work, and this way NumPy becomes a
    depenency.
    
    Having NumPy as a dependency is ok - we'll for sure need it later as we
    are trying to build out-of-core ndarrays.
    699b1375
__init__.py 0 Bytes