Login
From:
invoke::thought()
(Uncensored)
subscribe
Text Editor Data Structures: Rethinking Undo - invoke::thought()
https://cdacamar.github.io/data%20structures/algorithms/benchmarking/text%20editors/c++/rethinking-undo/
links
backlinks
Tagged with:
c++
algorithms
benchmarking
data structures
stl
pretty code
text editors
Roast topics
Find topics
Find it!
Undo and redo have been a staple operation of text editors probably since the first typo was ever made, yet there has not been a lot of innovation around refining the idea of what undo and redo could be. Let’s explore what I mean…