chore: Updating README.md

This commit is contained in:
Myzel394 2024-02-25 16:22:48 +01:00
parent 6269636e5a
commit 87e214b87f
No known key found for this signature in database
GPG Key ID: DEC4AAB876F73185

View File

@ -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 ## Ideas
* HTTP3 support * HTTP3 support