mirror of
https://github.com/fmtlib/fmt.git
synced 2026-09-13 14:22:26 +08:00
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 <alobakin@mailbox.org>
This commit is contained in:
parent
4fcb22bf65
commit
67ae943b12
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user