matrix-dart-sdk/lib
Sorunome 024e0de4b9
fix: Don't lag when sending messages in big rooms
The old mentionMap was very inefficient to build and scaled badly with
room member size. This resulted in noticable lag when sending any message
in a large room, no matter if it contained a message or not.
Now, the algorithm is severly optimized and mentions (and emotes) are
only loaded when actually used.
2021-08-29 11:43:46 +02:00
..
encryption refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
src fix: Don't lag when sending messages in big rooms 2021-08-29 11:43:46 +02:00
encryption.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00
matrix.dart refactor: Update to dart 2.12 and opt out in all files 2021-08-18 08:09:39 +02:00