Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You should really use deque for the stack


It's what I did in other parts of the project but I haven't noticed any performance increase. I guess standard lists are already fast enough for implementing stacks.


Why?


Probably just an efficiency argument, since deque is designed to be efficient when used as a stack/queue. https://docs.python.org/3.8/library/collections.html#collect...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: