Remix.run Logo
maqp a day ago

>These things do not matter in this conversation

The largest UX hit is when launching a client after it's been powered off for a while.

Telegram uses a symmetric session key. The client can with SINGLE AES-IGE decryption operation decrypt a massive packet containing every message received to every non-secret chat.

Signal uses Diffie-Hellman ratchet or SCIMP ratchet for every received message. That means there's X25519 and AES-CBC involved for every message. It is not, and will never be as fast as Telegram's insecure approach.

Thus the security design will absolutely affect the smoothness of the experience.

But Signal has blazing fast search function since it's local only. Telegram's search functionality freezes when you go over the server's chat history cache limit, to try to find years old posts.

>The UI/UX of the scrolling and chat display is the problem.

My desktop computer loads messages from my Signal history as fast as I can scroll my mouse.

My cheap smart phone loads messages from my Signal history as fast as I can swipe my fingers.

You can solve this with faster hardware.