Quote:
Originally Posted by kovidgoyal
FYI, I've written a markup analyzer that greatly reduces the markup redundancy produced by Word for the typical, low formatting text document.
More important than the space savings, is of course the fact that the markup becomes much more human friendly. And all this in just 200 lines of code
Assuming I dont find any show-stopper bugs while testing, it will be in the next release.
|

Brilliant!
Can it be anticipated that some operations will also be faster because there's less to compress/decompress and less markup. That was my experience when I used DOCX_Input - conversion, viewer open, various plugins like Modify and Count Pages were all noticeably faster.

BR