Files
element-web/src/components/views
David Baker ec3ff529e7 Fast path for emojifying strings
Emojione's regex for detecting emoji is *enourmous* and we were
running it on every display name, room name, message etc every time
those components mounted. Add a much simpler regex to rule out the
majority of strings that contain no emoji and fast-path them.

Makes room switching about 10% faster (in my tests with all the
profiling turned on).
2017-09-08 23:05:27 +01:00
..
2017-06-08 09:44:58 +01:00
2017-08-21 16:30:49 +01:00
2017-09-08 23:05:27 +01:00
2017-07-27 17:19:18 +01:00
2017-07-01 14:58:46 +01:00