lib/mem: Python utilities to zero, set & copy memory
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.
Showing
lib/__init__.py
0 → 100644
lib/mem.py
0 → 100644
Please register or sign in to comment