zhongkaifu / AdvUtils

Advanced Utility Libs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdvUtils

Advanced Utility Libs

This project provides the following basic and advanced utility libs for developer.

  1. DictMatch: high performance string matching in large lexical dictionary
  2. Basic Trie-Tree: naive trie-tree builder and searching algorithm
  3. Double Array Trie-Tree: high performance parallel double array trie-tree builder and searching algorithm
  4. Big Array: the large array which supports more than 2G size
  5. Variable Big Array: the variable large array which supports more than 2G size
  6. Big Dictionary: the large dictionary which supports more than 2G size
  7. Logger: The utility class for logging.
  8. Vector Quantization: Data compression method that convert continuous values to discrete values

About

Advanced Utility Libs

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C# 100.0%