From 87e214b87f10d675a6821dda2b80bd3d91ef33b5 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Sun, 25 Feb 2024 16:22:48 +0100 Subject: [PATCH] chore: Updating README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index cd8f843..484263b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ +# tifsep - The incredibly fast search engine proxy + +tifsep ia a metasearch engine that provides very fast search results +by working on the individual packets of the search results instead +of slowly waiting, parsing, validating, sorting, and then finally +sending the results to the user. + +Even without HTTP/3 support currently*, tifsep can yield results within +300ms, which is faster than most search engines. + +*HTTP/3 support is coming soon! + +**tifsep is currently in early development.** + +If you'd like to test it out and provide early feedback, please do so! + ## Ideas * HTTP3 support