From fc1f6c5b488d46c8a15267f276d23bb998254d49 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Tue, 30 Nov 2021 22:07:07 -0600 Subject: [PATCH] chore: update readme [skip ci] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f0cbdc27..6aaf318c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Blazing fast library for fuzzy filtering, matching, and other fuzzy things! Zadeh is a blazing fast library for fuzzy filtering, matching, and other fuzzy things. Zadeh is a multithreaded library written in C++ with the goal to search through a dataset with 1M entries in a few hundred milliseconds. +The name "Zadeh" refers to [Lofti Zadeh](https://en.wikipedia.org/wiki/Lotfi_A._Zadeh), the creator of fuzzy logic and fuzzy systems. + ### features - Fuzzy filter through an array of candidates (`StringArrayFilterer`)