Skip to content
Snippets Groups Projects
Commit 6385c133 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

lnk?

parent 9af40f4a
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,11 @@ behave like the `heapq <https://docs.python.org/2/library/heapq.html>` library. ...@@ -7,11 +7,11 @@ behave like the `heapq <https://docs.python.org/2/library/heapq.html>` library.
.. autoclass:: satella.coding.Heap .. autoclass:: satella.coding.Heap
:members: :members:
TimerHeap TimeBasedHeap
--------- ---------
Timer heap is a good structure if you have many callbacks set to fire at a particular Time-based heap is a good structure if you have many callbacks set to fire at a particular
time in the future. It bases off Heap. time in the future. It functions very like a normal Heap.
.. autoclass:: satella.coding.TimerHeap .. autoclass:: satella.coding.TimeBasedHeap
:members: :members:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment