alphapapa / ement.el

A Matrix client for GNU Emacs
GNU General Public License v3.0
476 stars 44 forks source link

Change: use dedicated buffer for message rendering, formatting #210

Closed progfolio closed 9 months ago

progfolio commented 10 months ago

(ement-room--format-message): (ement-room--render-html): Prefer single buffer over allocating temp-buffer for each call. This should be perform better and reduce garbage. See: #209

alphapapa commented 10 months ago

Thanks.

alphapapa commented 9 months ago

Merged in https://github.com/alphapapa/ement.el/commit/52faf4a4e2be330ebfa557e342b73d90a33545cb. Can't push to the PR branch, so GitHub doesn't realize it.