Falk Woldmann Lu
Falk Woldmann Lu
Hi, based on the information from https://github.com/askama-rs/template-benchmark, `dioxus` has the lowest performance compared to other templating engines. Although this isn't the main purpose of `dioxus`, the performance gap is quite...
The `once_cell::sync::Lazy` functionality was made available in the `std` in Rust 1.80 via `std::sync::LazyLock`
AWS allows cli usage via SSO, which may be a cool feature to support for logsmith!
**What package is missing from Amazon Linux 2023? Please describe and include package name.** [mimalloc](https://github.com/microsoft/mimalloc) is a high performance memory allocator **Is this an update to existing package or new...
**Description** Right now, we always use `once_cell` in `naga`, even when `std` with `LazyLock` is available. **Testing** I ran `cargo xtask test` locally. **Squash or Rebase?** Rebase **Checklist** - [x]...
- [x] I have looked for existing issues (including closed) about this ## Feature Request ### Motivation I am currently working on creating a `TlsListener` that implements axum's `Listener` trait...