Fast, typo tolerant, fuzzy search engine for building delightful search experiences ⚡ 🔍 ✨ An Open Source alternative to Algolia and an Easier-to-Use alternative to ElasticSearch.
search
search-engine
cpp
raft
fuzzy-search
synonyms
full-text-search
instantsearch
curation
enterprise-search
typo-tolerance
site-search
faceting
typesense
app-search
-
Updated
Sep 10, 2021 - 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