public
Description: StrokeDB is an embeddable distributed document database written in Ruby
Homepage: http://strokedb.com/
Clone URL: git://github.com/yrashk/strokedb.git
updated MANIFEST
oleganza (author)
Sun Jun 08 14:08:36 -0700 2008
commit  85417a0cc7b9e8366f20d1f1adfec6bca8743a2e
tree    11aac1b5b37fd4ab4f3127713396761bcbbcc904
parent  9785ab9c6245d9c23e95a0a1f04bb8c300984323
...
23
24
25
26
27
28
29
30
31
32
...
47
48
49
50
51
52
53
...
95
96
97
98
99
100
101
102
103
...
23
24
25
 
 
 
 
26
27
28
...
43
44
45
 
46
47
48
...
90
91
92
 
 
 
93
94
95
0
@@ -23,10 +23,6 @@ lib/strokedb/core_ext/object.rb
0
 lib/strokedb/core_ext/string.rb
0
 lib/strokedb/core_ext/symbol.rb
0
 lib/strokedb/core_ext.rb
0
-lib/strokedb/data_structures/chunked_skiplist.rb
0
-lib/strokedb/data_structures/inverted_list.rb
0
-lib/strokedb/data_structures/point_query.rb
0
-lib/strokedb/data_structures/simple_skiplist.rb
0
 lib/strokedb/data_structures/skiplist.rb
0
 lib/strokedb/data_structures.rb
0
 lib/strokedb/document/callback.rb
0
@@ -47,7 +43,6 @@ lib/strokedb/nsurl.rb
0
 lib/strokedb/store.rb
0
 lib/strokedb/stores/chainable_storage.rb
0
 lib/strokedb/stores/file_storage.rb
0
-lib/strokedb/stores/inverted_list_file_storage.rb
0
 lib/strokedb/stores/memory_storage.rb
0
 lib/strokedb/stores/remote_store.rb
0
 lib/strokedb/stores.rb
0
@@ -95,9 +90,6 @@ spec/lib/strokedb/core_ext/infinity_spec.rb
0
 spec/lib/strokedb/core_ext/spec_helper.rb
0
 spec/lib/strokedb/core_ext/string_spec.rb
0
 spec/lib/strokedb/core_ext/symbol_spec.rb
0
-spec/lib/strokedb/data_structures/chunked_skiplist_spec.rb
0
-spec/lib/strokedb/data_structures/inverted_list_spec.rb
0
-spec/lib/strokedb/data_structures/simple_skiplist_spec.rb
0
 spec/lib/strokedb/data_structures/skiplist_spec.rb
0
 spec/lib/strokedb/data_structures/spec_helper.rb
0
 spec/lib/strokedb/document/associations_spec.rb

Comments

    No one has commented yet.