Skip to content

A robust caching library for real-time code suggestion generation, built around a trie data structure. It offers lightning-fast key matching (O(1)) to validate user input against generated suggestions, with support for backtracking, multi-branch suggestions from multiple models, and efficient handling of code edits.

License

Notifications You must be signed in to change notification settings

Tuaer/CodeTrieCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeTrieCache

A robust caching library for real-time code suggestion generation, built around a trie data structure. It offers lightning-fast key matching (O(1)) to validate user input against generated suggestions, with support for backtracking, multi-branch suggestions from multiple models, and efficient handling of code edits.

About

A robust caching library for real-time code suggestion generation, built around a trie data structure. It offers lightning-fast key matching (O(1)) to validate user input against generated suggestions, with support for backtracking, multi-branch suggestions from multiple models, and efficient handling of code edits.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages