Optimised captures by using greenlets for disk IO

This commit is contained in:
Joel Collins 2020-06-11 11:42:31 +01:00
parent 1a0ede609d
commit 7c9f42f7f3
8 changed files with 86 additions and 41 deletions

View file

@ -8,6 +8,7 @@ import logging
from collections import abc
from functools import reduce
from contextlib import contextmanager
import gevent
def deserialise_array_b64(b64_string, dtype, shape):