redblack.js icon indicating copy to clipboard operation
redblack.js copied to clipboard

tree.find: fix the issue that null key cased 100% cpu usage.

Open melochale opened this issue 9 years ago • 4 comments

If the arg key of tree.find is null, the node couldn't be responsive because of the 100% cpu usage.

melochale avatar Oct 29 '14 02:10 melochale