Update implementation.md

This commit is contained in:
William Katz 2021-07-12 03:45:43 -07:00 committed by GitHub
parent dc85a3211a
commit 4f27fd3d23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
<!-- memory vs database --> <!-- memory vs database -->
<!-- phmap vs std hash map --> <!-- phmap vs std hash map -->
<!-- https://greg7mdp.github.io/parallel-hashmap/ --> <!-- 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 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
![image](GetBal().png) ![image](GetBal().png)
as the graph demonstrates, regardless of size GetBal remains consistent at around 39ns on my 3700x. 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 ## drogon webframework
## multi-threading support ## multi-threading support
## intelligent saving ## intelligent saving
## Backwards Compatible API ## Backwards Compatible API