|
|
|
|
|
by AnkleInsurance
3218 days ago
|
|
I guess my contention is that we all should realize a giant program like word is going to exhibit areas of latency that simpler programs can be more efficient in. Idk, I don't expect word to pain as quickly as vim because why would it? It's huge. Word is what I use for editing rich text, and I can tell you from firsthand experience that doing the same in vim or emacs is much more of a chore and less intuitive. Idk, seems like comparing a wrench to a hammer from my perspective, that's all. |
|
But that's just lazy design. The immediate effect of typing a character (i.e., showing up on screen) hasn't changed in decades. Yes Word may do other stuff, but none of that other stuff is in the critical path for typing latency.
Think of a database like Oracle. Oracle does lots of stuff, but its critical latency path (committing simple transactions to the log) is as fast or faster than "simpler" ACID databases.