Synapse is meant for heavy duty and is a pretty resource intensive python implementation.
Conduwuit and derivate is in rust and blazing fast on small footprint.
Comment on Conduwuit is dead, long live Tuwunnel!
aMockTie@lemmy.world 1 week ago
How does this differ from something like synapse?
Synapse is meant for heavy duty and is a pretty resource intensive python implementation.
Conduwuit and derivate is in rust and blazing fast on small footprint.
sj_zero 1 week ago
Runs on hardware that isn't a supercomputer.
I'm using what it's forked from, conduit, and I've hosted my matrix homeserver on an Intel atom D2550 that's also doing like 3 other things. When I tried the same with synapse or dendrite, opening a big chat room took a few days.
aMockTie@lemmy.world 1 week ago
Interesting and good to know, thank you for the info! I haven’t run into that issue with synapse yet, but I’m also running it in a docker container on an enterprise server. I also don’t currently have any chat rooms with more than 5 or so users, and I imagine that is also a factor.