Marko Rauhamaa <ma...@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?
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to