The Python Oracle

Queue.Queue vs. collections.deque

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Puzzle2

--

Chapters
00:00 Question
01:32 Accepted answer (Score 390)
02:35 Answer 2 (Score 61)
03:56 Answer 3 (Score 13)
04:48 Answer 4 (Score 11)
06:20 Thank you

--

Full question
https://stackoverflow.com/questions/7171...

Answer 1 links:
[Queue.put()]: http://docs.python.org/2/library/queue.h...#
[deque.append()]: http://docs.python.org/2/library/collect...

Answer 2 links:
https://bugs.python.org/issue15329
https://bugs.python.org/issue15329#msg19...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #queue #threadsafety #pythonmultithreading #deque

#avk47