[Groonga-commit] ranguba/rroonga at e020b10 [master] memory-pool: support snippet

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Aug 16 12:37:33 JST 2014


Kouhei Sutou	2014-08-16 12:37:33 +0900 (Sat, 16 Aug 2014)

  New Revision: e020b104ce8e309d8a8b348c6c9660c52a8ddb2e
  https://github.com/ranguba/rroonga/commit/e020b104ce8e309d8a8b348c6c9660c52a8ddb2e

  Message:
    memory-pool: support snippet
    
    It will reduce memory usage without GC!

  Modified files:
    ext/groonga/rb-grn-object.c

  Modified: ext/groonga/rb-grn-object.c (+1 -0)
===================================================================
--- ext/groonga/rb-grn-object.c    2014-08-16 12:31:40 +0900 (008ca2d)
+++ ext/groonga/rb-grn-object.c    2014-08-16 12:37:33 +0900 (1c6e4f3)
@@ -315,6 +315,7 @@ rb_grn_object_to_ruby_object (VALUE klass, grn_ctx *context, grn_obj *object,
 
     switch (object->header.type) {
     case GRN_ACCESSOR:
+    case GRN_SNIP:
     case GRN_TABLE_NO_KEY:
     case GRN_TABLE_HASH_KEY:
     case GRN_TABLE_PAT_KEY:
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index