Advanced Utility Libs
This project provides the following basic and advanced utility libs for developer.
- DictMatch: high performance string matching in large lexical dictionary
- Basic Trie-Tree: naive trie-tree builder and searching algorithm
- Double Array Trie-Tree: high performance parallel double array trie-tree builder and searching algorithm
- Big Array: the large array which supports more than 2G size
- Variable Big Array: the variable large array which supports more than 2G size
- Big Dictionary: the large dictionary which supports more than 2G size
- Logger: The utility class for logging.
- Vector Quantization: Data compression method that convert continuous values to discrete values