瀏覽代碼

Just editing.

Peter H. Froehlich 8 年之前
父節點
當前提交
9abe38d037
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      README.md

+ 5 - 4
README.md

@@ -355,7 +355,8 @@ But go ahead, you can probably do better.
 
 ## Where's the actual competition?
 
-- https://github.com/juju/utils/tree/master/deque uses a viable alternative
-  representation, a list of blocks; that should "waste" less memory in some
-  scenarios but the code is more complicated; sadly it doesn't have `Front`
-  or `Back` operations for some reason
+- https://github.com/juju/utils/tree/master/deque seems pretty good. It uses
+  a viable alternative representation: a list of blocks. That should "waste"
+  less memory in some scenarios, but of course the code is more complicated
+  than ours. Sadly it doesn't have `Front` or `Back` operations, so the
+  interface isn't complete. But that would be an easy fix...