In #537:
It would be great to compare at least runtime between the non delayed and delayed approaches, for arrays that fit in memory. To check that the method does not add too much overhead for that functionality.
Can be done easily with some time.time() calls, but only once #539 is fixed to easily compare to in-memory methods.
In #537:
Can be done easily with some
time.time()calls, but only once #539 is fixed to easily compare to in-memory methods.