public
Description: StrokeDB is an embeddable distributed document database written in Ruby
Homepage: http://strokedb.com/
Clone URL: git://github.com/yrashk/strokedb.git
removed inverted list
oleganza (author)
Sun Jun 08 12:39:29 -0700 2008
commit  0576eb30ac6fb72d4ef11674df74e9f83571a7d0
tree    54cedc387c9fe6da758d82107d6870f4e8f72197
parent  99d9135708328a0b0689d1c899d55840254bcfa1
...
1
2
3
4
5
...
1
2
3
 
4
0
@@ -1,5 +1,4 @@
0
 require 'data_structures/simple_skiplist'
0
 require 'data_structures/skiplist'
0
 require 'data_structures/chunked_skiplist'
0
-require 'data_structures/inverted_list'
0
 require 'data_structures/point_query'

Comments