fn main()
(Move to ...)
Home
▼
Saturday, March 19, 2022
Rust- Generic type T is super set of &T and &mut T
›
T includes both & T and &mut T I had a misconception in Rustlang that the generic types &T and &mut T are not subset of ge...
Saturday, February 5, 2022
May be Rust can speed Django projects ?
›
I was trying to plugin pyo3 build Rust '.so' files(dynamic libraries) to Django. Looks like its not that difficult, we can copy and ...
Saturday, March 27, 2021
Load tested my Django site
›
Benchmark HTTP Latency with wrk Recently I started reading through Actix-web, Django,tokio etc, so thought of bench marking the latency. ...
‹
›
Home
View web version