emacs-lsp-booster icon indicating copy to clipboard operation
emacs-lsp-booster copied to clipboard

Reduce the number of string allocations done during serialisation

Open TomFryers opened this issue 3 weeks ago • 0 comments

This ought to be a bit faster. Further progress might be possible by using borrowed strings in LispObject. (Or using ordered_float instead of allocating strings for floats.)

TomFryers avatar Nov 11 '25 19:11 TomFryers