I use it like this:
import numpy as np
data = np.load(os.path.join(current.request.folder, 'modules',
'test_me.npz'), allow_pickle=True )
moa = data['x']
arr = np.asarray(moa)
for item in arr:
    ......


This I find it to be slow

On Sat, Apr 30, 2022 at 12:06 PM Maurice Waka <mauricew...@gmail.com> wrote:

> Anyone with experience using large .npz files?
> I find it to slow the app when calling out functions that access the
> (lists inside) npz files.
> Would storing the lists in the DB be faster?
> Regards
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/f817bf60-7d7b-49a3-bc47-0936b4670d7cn%40googlegroups.com
> <https://groups.google.com/d/msgid/web2py/f817bf60-7d7b-49a3-bc47-0936b4670d7cn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CALkNK57owt%2BADZYW6c0QDYTX8vDiQFOVEfscHvf__UvVm0X7jw%40mail.gmail.com.

Reply via email to