projects
/
poe-xs-queue-array.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06e0b94
)
remove binary search from the possible improvements - this was done in
author
Tony Cook
<tony@develop=help.com>
Wed, 9 Apr 2008 12:57:03 +0000
(12:57 +0000)
committer
Tony Cook
<tony@develop=help.com>
Wed, 9 Apr 2008 12:57:03 +0000
(12:57 +0000)
0.002.
Array.pm
patch
|
blob
|
blame
|
history
diff --git
a/Array.pm
b/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.