update readme

This commit is contained in:
Rohan Sircar 2021-04-21 11:22:24 +05:30
parent 1d1cff4f74
commit 5378124bf4

View File

@ -81,4 +81,4 @@ ValidationErrors({"name": Field([ValidationError { code: "length", message: None
## Memory Usage
Memory usage as compared to interpreted languages was my primary motivation for looking into rust as a backend language. As of writing, the demo app uses only 1.3MB of memory.
Memory usage as compared to interpreted languages was my primary motivation for looking into rust as a backend language. As of writing, the demo app uses less than 50MB of memory.