Skip to content

Commit

Permalink
Reapply "ii: use C++"
Browse files Browse the repository at this point in the history
This reverts commit 75593f2.

This didn't reduce performance.
  • Loading branch information
kou committed Jan 10, 2025
1 parent 787f569 commit 468bd5d
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 221 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ repos:
?lib/grn_vector\.h|
?lib/h3\.c|
?lib/highlighter\.c|
?lib/ii\.c|
?lib/ii\.cpp|
?lib/index_column\.c|
?lib/language_model\.cpp|
?lib/load\.c|
Expand Down
1 change: 0 additions & 1 deletion lib/c_sources.am
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ libgroonga_c_sources = \
hash.c \
highlighter.c \
id.c \
ii.c \
index_column.c \
index_cursor.c \
io.c \
Expand Down
1 change: 1 addition & 0 deletions lib/cpp_sources.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ libgroonga_cpp_source = \
grn_distance_instantiation.hpp \
grn_language_model.hpp \
grn_task_executor.hpp \
ii.cpp \
language_model.cpp \
portability.cpp \
token_column.cpp \
Expand Down
Loading

0 comments on commit 468bd5d

Please sign in to comment.