this post was submitted on 16 Aug 2022
100 points (100.0% liked)

Open Source

823 readers
11 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Helix@feddit.de 4 points 2 years ago (2 children)

But I thought they were reimplementing the server in Go with Dendrite?

[–] nachtigall@feddit.de 7 points 2 years ago (1 children)

Rust in the title probably refers to the section where they talk about integrating matrix-rust-sdk into Element.

[–] pingveno@lemmy.ml 1 points 2 years ago

Yeah, this just looks like optimizations to the Python codebase. Surprise surprise, Python is perfectly capable of large gains, at least up to a point. Of course, it's still not going to be on the same level as Rust or Go.

[–] rhymepurple@lemmy.ml 6 points 2 years ago

Dendrite is listed in the post - https://matrix.org/blog/2022/08/15/the-matrix-summer-special-2022#dendrite--p2p

Dendrite plays an important role in our future strategy as it is also the homeserver implementation used for embedded homeservers, P2P development and experimentation. In addition to being able to scale up, we have also successfully scaled down, with the Element P2P demos proving that an embedded Dendrite homeserver can run comfortably on an iOS or Android device.

I didn't realize that Dendrite was planned to be used for P2P. I thought it was just another option you had to host a homeserver. That makes this a bit more exciting.