]> git.imager.perl.org - poe-xs-queue-array.git/commitdiff
remove binary search from the possible improvements - this was done in
authorTony Cook <tony@develop=help.com>
Wed, 9 Apr 2008 12:57:03 +0000 (12:57 +0000)
committerTony Cook <tony@develop=help.com>
Wed, 9 Apr 2008 12:57:03 +0000 (12:57 +0000)
0.002.

Array.pm

index 98d385d064e5ed3b43e685bc5298d9b1369cf6a7..af27f1a3346e1dab7bd95c2c3dddbd4972262286 100644 (file)
--- a/Array.pm
+++ b/Array.pm
@@ -85,10 +85,6 @@ Some possible improvements include:
 
 =item *
 
-use binary searches for large queues
-
-=item *
-
 use a B-Tree for the queue (not a binary tree, a B-Tree), though this
 would require a module rename.