mosuka / blast

Blast is a full text search and indexing server, written in Go, built on top of Bleve.
Apache License 2.0
1.08k stars 76 forks source link

Comparison with other systems like Toshi/Tantivy #121

Open rrjanbiah opened 4 years ago

rrjanbiah commented 4 years ago

Are there any marketing materials that compare with other systems like Toshi/Tantivy in terms of features and performance?

mosuka commented 4 years ago

Hi @rrjanbiah , There is no such marketing material, but Bleve, Lucene, and Tantivy's benchmarks have been published at the following URL: https://mosuka.github.io/search-benchmark-game/ https://github.com/mosuka/search-benchmark-game

rrjanbiah commented 4 years ago

@mosuka Thank you so much for sharing honest comparison that explains Bleve (hence Blast) is slowest

mosuka commented 4 years ago

@rrjanbiah I also create search server written in Rust. But it is in proof of concept stage. https://github.com/bayard-search/bayard Please take a look if you are interested.

rrjanbiah commented 4 years ago

@mosuka Wow! Thanks for sharing. You may add marketing material by comparing it against Toshi... that will be immensely helpful

rrjanbiah commented 3 years ago

FWIW, @mosuka You may also want to add @meilisearch and @typesense in the benchmark