this post was submitted on 10 Jun 2023
83 points (100.0% liked)

Fediverse

17535 readers
58 users here now

A community dedicated to fediverse news and discussion.

Fediverse is a portmanteau of "federation" and "universe".

Getting started on Fediverse;

founded 4 years ago
MODERATORS
 

Lately I often read about kbin.social being similar to lemmy but more accessible. So I created an account there to check it out. My experience so far is a little mixed. From kbin I can access all Lemmy posts, although I find the interface less intuitive to join new communities. So from the kbin side it feels like an other Lemmy instance.

But when searching for kbin from this Lemmy Account, I do not find much. I feel like I am missing some basic concept, that makes it pretty clear. Why this is such a one way experience.

So now I am wondering: How does this work, what are the difference, what do both sites have in common?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago (2 children)

I'm sure it's fine code, I just can't imagine it'll ever be as efficient as Rust.

[–] [email protected] 2 points 1 year ago

If it can run on PHP8 you get JIT compilation, which should go a long way to closing any gaps (if they exist, which I suspect not).

[–] [email protected] 2 points 1 year ago (1 children)

Lemmy is not bottlenecked by anything related to the Rust code and neither is Kbin most likely. Modern php is efficient enough for it to not really matter (contrary to Python or Ruby etc.).

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

Modern PHP is better than PHP5 but it still uses that brain dead execution model where every request starts the entire framework from scratch.