fn main()
(Move to ...)
Home
▼
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. ...
Wednesday, January 6, 2021
Yew App - Sudoku solver
›
How would be a Yew app Sudoku solver ? sudoku solver can basically be a backtracking algorithm . Last month I implemented a Rat-Maze prob...
1 comment:
‹
›
Home
View web version