this post was submitted on 05 Jul 2025
146 points (99.3% liked)
/0 Governance
240 readers
15 users here now
A community for discussion and democratic decision making in the Divisions by zero.
Anyone with voting rights can open a governance thread and initiate a vote or a discussion. There's no special keywords you must be aware of before you open a thread, but there are some. here's the governance thread manual.
Answers
founded 5 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Instagram is written in a much more heavy python framework, but it scaled fine.
I'd be willing to bet that the backend isn't
Its the backend. It uses django which is more resource intensive than flask, which piefed uses.
Huh, TIL. Though some websites say they made the performance intensive stuff like image processing in C++
On python those libaries are usually written in C anyway.