From 67ae943b12e33ecfa39d17f734c0685fc584d17a Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 6 Sep 2026 19:48:02 +0200 Subject: [PATCH] Add Quill to the list of notable users (#4931) One of its unique features is that it serializes the format string and all format arguments to the thread's SPSQ queue to minimize processing on hotpath and then deserializes them on the backend thread which performs formatting using {fmt} and writing to the log sinks. Signed-off-by: Alexander Lobakin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d15c73fa..dea49fbb 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ Notable users include: - [MariaDB](https://mariadb.org/) - [MongoDB](https://mongodb.com/) - [PyTorch](https://github.com/pytorch/pytorch) +- [Quill](https://github.com/odygrd/quill) - [Seastar](https://seastar.io/) - [spdlog](https://github.com/gabime/spdlog) - [Windows Terminal](https://github.com/microsoft/terminal)