Skip to content

zhongkaifu/AdvUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages