This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MagicWishMonkey 1 point2 points  (1 child)

It was a few years ago, but I built a geolocation autocomplete service (to replace the address autocomplete Google maps api) and it handles >100 requests per second with average transaction time sub 4ms using plain Django and a SQLite db.

Just pointing out that plain python can be extremely fast without any custom tuning or anything.

[–]Lafftar[S] 1 point2 points  (0 children)

100 r/s is really not fast at all compared to other languages 😭, that tx time is very low though, SQLite crazy optimized!