mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
Update implementation.md
This commit is contained in:
parent
2daed041f9
commit
9da47134af
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
## [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.
|
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.
|
||||||
|
|
||||||

|

|
||||||
## Sparse saving
|
## Sparse saving
|
||||||
#### Saving on close
|
#### 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**.
|
when the program is interupted with CONTROL + C it will save before closing the webserver, **it will not however save during a crash**.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue