Trees

Paul Rubin no.email at nospam.invalid
Tue Jan 20 12:42:03 EST 2015


Marko Rauhamaa <marko at pacujo.net> writes:
> So in my Python software (both at work and at home) needs, I use a
> Python AVL tree implementation of my own. My use case is timers. (GvR
> uses heapq for the purpose.)

Have you benchmarked your version against heapq or even the builtin
sorting functions?



More information about the Python-list mailing list