Skip to content

bjhham/krac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlin Robust Auto-complete

This library provides tools for auto-complete implementations in Kotlin. This can be useful for when you need an efficient auto-complete but don't want a full database.

Trie Index

val index = AutoCompleteIndex.trie(depth = 4)

This will create an index that matches on the first 4 characters typed, then uses a substring check on the remainder. The keys are always strings, but the values can be anything.

About

Kotlin Robust Auto-Complete

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published