Indeed, it's not directly related, perhaps misunderstanding, but I'm just 
drawing the similar idea between the two situations of not taking memory first. 
If you slice, you make a copy and that takes space. So, the space complexity is 
no longer O(1). It's just that, not that it has any direct relation to map() 
function. Perhaps a generator is a better analogy to use in the first place 
because a generator does not make a whole list first, it does not take up as 
much space upon creation.

Thanks for the feedback.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/YWAX5T5EUXT4LFOPEQDA5IVSKXHYT3UV/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to