this post was submitted on 23 Sep 2024
54 points (95.0% liked)

Fediverse memes

1685 readers
212 users here now

Memes about the Fediverse.

Rules

General
Specific

Elsewhere in the Fediverse

Other relevant communities:

founded 10 months ago
MODERATORS
 

!piefed_meta@piefed.social for people interested

you are viewing a single comment's thread
view the rest of the comments
[โ€“] moonleay@feddit.org 8 points 10 months ago (4 children)

Written in a common programming language that many developers understand and which has a bright future ahead of it. Python, of course!

Not to be a complete downer, there are some good ideas which this project has, but I am really skeptical if Python is a good choice for this kind of application. Especally if it has to run on servers.

[โ€“] TheHarpyEagle@pawb.social 7 points 10 months ago* (last edited 10 months ago)

Python is slower than compiled languages, it's true, but it's still very fast. Bottlenecks are more likely to come from external connections to the frontend, other APIs, and database than from the server codebase itself.

load more comments (3 replies)