scrapy/scrapy
Pablo Hoffman 2434000cda * ported PriorityQueue and PriorityStack to use heapq instead of queue.Queue +
bisect which was up to 5x slower!
 * added test case for PriorityStack (only PriorityQueue had before)
 * changed Priority{Stack,Queue} API to just push(), pop(), and made them
   iterable

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40712
2009-01-13 01:14:40 +00:00
..
branches/cluster-refactor removed debugging code 2008-10-23 12:44:24 +00:00
trunk * ported PriorityQueue and PriorityStack to use heapq instead of queue.Queue + 2009-01-13 01:14:40 +00:00