Open Source alternative to Algolia and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences
search
search-engine
elasticsearch
algolia
database
cpp
raft
fuzzy-search
synonyms
in-memory
full-text-search
datastore
instantsearch
merchandising
enterprise-search
geosearch
typo-tolerance
site-search
faceting
app-search
-
Updated
May 5, 2022 - C++
Remote Functions Refactor
Overview
Remote functions exist to enable background->tab, and tab->background function delegation (i.e. Call a function in a tab, but have it run in the background and vice versa).
Refactoring has been started to make these functions interfaced and type safe.
Tasks
Grepping the codebase for
remoteFunction(shows where it's still being us