mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
Update implementation.md
This commit is contained in:
parent
dc85a3211a
commit
4f27fd3d23
1 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
<!-- memory vs database -->
|
||||
<!-- phmap vs std hash map -->
|
||||
<!-- https://greg7mdp.github.io/parallel-hashmap/ -->
|
||||
#### Scalability
|
||||
below is `GetBal()` being called where `x` axis grows with # of users reaching 10 million users, `y` axis is time in ns. The name given is random between 0 and max users at that time as to provide more accurate results
|
||||
.png)
|
||||
as the graph demonstrates, regardless of size GetBal remains consistent at around 39ns on my 3700x.
|
||||
|
|
@ -14,4 +15,4 @@ as the graph demonstrates, regardless of size GetBal remains consistent at aroun
|
|||
## drogon webframework
|
||||
## multi-threading support
|
||||
## intelligent saving
|
||||
## Backwards Compatible API
|
||||
## Backwards Compatible API
|
||||
|
|
|
|||
Loading…
Reference in a new issue