Skip to content

The main Idea is to create a prefix tree to keep a keys and one ore more Caffeine caches to keep a values and be able to search by key from one or multiple caches

Notifications You must be signed in to change notification settings

dsborets/trie-caffeine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Trie Caffeine

Trie Caffeine is a prefix tree or trie implementation to keep a keys, with using one or multiple caches to keep a values. This is allow to mix a keys from multiple sources (caches) in one prefix tree in order to provide:

  • Quick search by key in case of different types of values associated with those keys
  • Split a key by words (free keyword search)

About

The main Idea is to create a prefix tree to keep a keys and one ore more Caffeine caches to keep a values and be able to search by key from one or multiple caches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages