A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2009-October/093316.html below:

[Python-Dev] Retrieve an arbitrary element from a set without removing it

[Python-Dev] Retrieve an arbitrary element from a set without removing it [Python-Dev] Retrieve an arbitrary element from a set without removing it"Martin v. Löwis" martin at v.loewis.de
Sun Oct 25 19:51:26 CET 2009
> Hmm, perhaps when using sets as work queues?

A number of comments:

- it's somewhat confusing to use a set as a *queue*, given
  that it won't provide FIFO semantics.
- there are more appropriate and direct container structures
  available, including a dedicated Queue module (even though
  this might be doing to much with its thread-safety).
- if you absolutely want to use a set as a work queue,
  then the .pop() method should be sufficient, right?

Regards,
Martin
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4