this post was submitted on 20 Sep 2024
306 points (98.4% liked)
Open Source
31175 readers
133 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
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
view the rest of the comments
Element X is a completely different beast though. Not only is it a successful Rust rewrite, but they also fixed the system architecture of Matrix to improve speeds. They haven't matched Telegram's usability though, but they're close to Signal's.
only the crypto SDK is Rust, the frontend and other app code is kotlin
they did that by storing a lot less of the state on your phone in my understanding, and that means it won't work as whell when offline or on a slow connection, and will use more mobile data from the cap. that is, if I'm correct.