tesseract/src/dict
Stefan Weil d8d63fd71b Optimize performance with clang-tidy
The code was partially formatted with clang-format and optimized with

    clang-tidy --checks="-*,perfor*" --fix src/*/*.cpp

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-11-14 15:54:04 +01:00
..
context.cpp dict: Fix some signed/unsigned compiler warnings 2021-10-10 20:00:31 +02:00
dawg_cache.cpp Add braces to single line statements (clang-tidy -checks='-*,google-readability-braces-around-statements') 2021-03-22 09:02:13 +01:00
dawg_cache.h Replace remaining STRING by std::string in src/dict 2021-03-15 09:11:41 +01:00
dawg.cpp Optimize performance with clang-tidy 2021-11-14 15:54:04 +01:00
dawg.h Optimize performance with clang-tidy 2021-11-14 15:54:04 +01:00
dict.cpp dict: Fix some signed/unsigned compiler warnings 2021-10-10 20:00:31 +02:00
dict.h Simplify *_VAR_H macros (#3508) 2021-07-25 12:09:07 +03:00
hyphen.cpp [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
matchdefs.h [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
permdawg.cpp Fix more signed/unsigned compiler warnings 2021-10-10 20:11:57 +02:00
stopper.cpp dict: Fix some signed/unsigned compiler warnings 2021-10-10 20:00:31 +02:00
stopper.h Replace remaining GenericVector by std::vector for src/dict 2021-03-16 12:25:11 +01:00
trie.cpp Disable conditional which is currently always false (reported by LGTM) 2021-10-10 21:21:12 +02:00
trie.h Replace new / delete by std::vector in class Trie 2021-10-10 14:06:48 +02:00