Skip to content

Commit

Permalink
✨ feat: new experimental feature to improve performance using `io_uri…
Browse files Browse the repository at this point in the history
…ng` on linux distributions (#541)

* ✨ feat: provide a new experimental conditional compilation feature to enable io-uring support (#528)

* 🔖 chore(release): bump the app version (#528)
  • Loading branch information
neon-mmd authored Mar 12, 2024
1 parent 991f3f5 commit d110f72
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 7 deletions.
52 changes: 47 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "websurfx"
version = "1.10.9"
version = "1.11.0"
edition = "2021"
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
repository = "https://github.com/neon-mmd/websurfx"
Expand Down Expand Up @@ -87,4 +87,4 @@ redis-cache = ["dep:redis","dep:base64"]
compress-cache-results = ["dep:async-compression","dep:cfg-if"]
encrypt-cache-results = ["dep:chacha20poly1305","dep:chacha20"]
cec-cache-results = ["compress-cache-results","encrypt-cache-results"]

experimental-io-uring = ["actix-web/experimental-io-uring"]

0 comments on commit d110f72

Please sign in to comment.