Y
Hacker News
new
|
ask
|
show
|
jobs
by
ruricolist
614 days ago
I'd replace the underlying data structure used to represent buffers (
https://www.gnu.org/software/emacs/manual/html_node/elisp/Bu...
) with something more sophisticated, like ropes or piece tables.
2 comments
celeritascelery
614 days ago
I wrote some comparisons here
https://coredumped.dev/2023/08/09/text-showdown-gap-buffers-...
link
binary132
614 days ago
Why? Not saying it’s a bad idea, but I probably don’t understand what’s practically wrong with the simple design of emacs’ buffer class.
link
https://coredumped.dev/2023/08/09/text-showdown-gap-buffers-...