From 9da47134af999e05f92a6aa9cdfd388a83e5838a Mon Sep 17 00:00:00 2001 From: William Katz Date: Thu, 15 Jul 2021 21:20:51 -0700 Subject: [PATCH] Update implementation.md --- docs/features/implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/implementation.md b/docs/features/implementation.md index ebf517f..0d81688 100644 --- a/docs/features/implementation.md +++ b/docs/features/implementation.md @@ -28,7 +28,7 @@ simdjson was the fastest JSON parsing I could find, its used for request parsing ## [Drogon webframework](https://github.com/an-tao/drogon) at the time of making this doc Drogon is the 3rd fastest web framework as per [this](https://www.techempower.com/benchmarks/#section=data-r20&hw=ph&test=composite) sites metric of measuring web frameworks, it also has multi threading support. -![image](https://user-images.githubusercontent.com/31377881/125890904-36507318-2183-494d-be83-85af8af863c5.png) +![image](https://user-images.githubusercontent.com/31377881/125891266-570c5154-8ae2-4358-9d7b-ccd82a18b132.png) ## Sparse saving #### Saving on close when the program is interupted with CONTROL + C it will save before closing the webserver, **it will not however save during a crash**.