8000 GitHub - vloginova/midx
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vloginova/midx

Repository files navigation

MIDX

MIDX (Mini Index) is a simple library for full-text file search. It uses the trigram-based index implemented on Kotlin using coroutines and flows.

To run the demo:

$ git clone https://github.com/vloginova/midx.git midx
$ cd midx
$ ./gradlew jar
$ java -jar build/libs/midx-1.0-SNAPSHOT.jar [--search-ignore-case] <files separated by space>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0