mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
📚⚡ improved graph
This commit is contained in:
parent
fd2efb3ddf
commit
76fc8084ce
2 changed files with 3 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 41 KiB |
|
|
@ -2,11 +2,12 @@
|
||||||
|
|
||||||
# Implementation Features
|
# Implementation Features
|
||||||
## Parallel Hashmap
|
## Parallel Hashmap
|
||||||
<!-- phmap vs memory -->
|
<!-- memory vs database -->
|
||||||
<!-- phmap vs std hash map -->
|
<!-- phmap vs std hash map -->
|
||||||
|
<!-- https://greg7mdp.github.io/parallel-hashmap/ -->
|
||||||
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
|
||||||
.png)
|
.png)
|
||||||
as the graph demonstrates, regardless of size GetBal remains consistent at around 50ns.
|
as the graph demonstrates, regardless of size GetBal remains consistent at around 50ns on my 3700x.
|
||||||
## xxHash
|
## xxHash
|
||||||
## base64
|
## base64
|
||||||
## drogon webframework
|
## drogon webframework
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue