mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
📚 GetBal() graph
This commit is contained in:
parent
6926cf8791
commit
c8894e7d31
2 changed files with 5 additions and 0 deletions
BIN
docs/features/GetBal().png
Normal file
BIN
docs/features/GetBal().png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
|
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
# Implementation Features
|
# Implementation Features
|
||||||
## Parallel Hashmap
|
## Parallel Hashmap
|
||||||
|
<!-- phmap vs memory -->
|
||||||
|
<!-- phmap vs std hash map -->
|
||||||
|
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 50ns.
|
||||||
## xxHash
|
## xxHash
|
||||||
## base64
|
## base64
|
||||||
## drogon webframework
|
## drogon webframework
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue