From 4f27fd3d23c65970ba82aa31ebfd9eb690211610 Mon Sep 17 00:00:00 2001 From: William Katz Date: Mon, 12 Jul 2021 03:45:43 -0700 Subject: [PATCH] Update implementation.md --- docs/features/implementation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/features/implementation.md b/docs/features/implementation.md index e61feb4..a0149a2 100644 --- a/docs/features/implementation.md +++ b/docs/features/implementation.md @@ -5,6 +5,7 @@ +#### 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 ![image](GetBal().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 \ No newline at end of file +## Backwards Compatible API