Open TheDataLeek opened 8 years ago
For now - Lists. Because they are fully evaluated before running the function, their performance will remain terrible till we switch to lazy evaluation of them.
I don't think there should be any other major performance problems.
Yeah, that definitely is true for any iterable thing (except generators). Cause right now if you have a deep nested iterable thing, it will evaluate the entire structure beforehand...
I'm planning on making a new repo for profiling this. I'll keep you updated for the results.
Sure, thanks.
FYI, typeguard is checking the __debug__
constant, it could be nice to do the same here.
What are the performance considerations for users wishing to use this in a production environment?