[Groonga-commit] groonga/grnxx at ef62030 [master] Update comments.

Back to archive index

susumu.yata null+****@clear*****
Mon Jul 22 16:21:07 JST 2013


susumu.yata	2013-07-22 16:21:07 +0900 (Mon, 22 Jul 2013)

  New Revision: ef620301fcd2e94b851df853c90dc8c29d300988
  https://github.com/groonga/grnxx/commit/ef620301fcd2e94b851df853c90dc8c29d300988

  Message:
    Update comments.
    
    Remove TODOs.

  Modified files:
    lib/grnxx/map.hpp

  Modified: lib/grnxx/map.hpp (+2 -2)
===================================================================
--- lib/grnxx/map.hpp    2013-07-22 14:39:24 +0900 (12d8d72)
+++ lib/grnxx/map.hpp    2013-07-22 16:21:07 +0900 (4313dab)
@@ -39,8 +39,8 @@ constexpr int64_t MAP_INVALID_KEY_ID = MAP_MAX_KEY_ID + 1;
 enum MapType : uint32_t {
   MAP_ARRAY        = 0,  // Array-based implementation.
   MAP_HASH_TABLE   = 1,  // HashTable-based implementation.
-  MAP_PATRICIA     = 2,  // TODO: Patricia-based implementation.
-  MAP_DOUBLE_ARRAY = 3   // TODO: DoubleArray-based implementation.
+  MAP_PATRICIA     = 2,  // Patricia-based implementation.
+  MAP_DOUBLE_ARRAY = 3   // DoubleArray-based implementation.
 };
 
 StringBuilder &operator<<(StringBuilder &builder, MapType type);
-------------- next part --------------
HTML����������������������������...
Download 



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