Fix the spin loop not to be O(n**2).
authorEric S. Raymond <esr@thyrsus.com>
Sun, 20 Oct 2013 21:50:28 +0000 (17:50 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 20 Oct 2013 21:50:28 +0000 (17:50 -0400)
commit2b3dfc7414743871ed7e50a13b90347358e1ed4b
tree16f70041e877213e60eb2df7c43daf820eef22aa
parentc9140a07ba0e68e2eb3b24322ad7c0d55bdbd628
Fix the spin loop not to be O(n**2).
irkerd