• Phil Krylov's avatar
    riched20: Speed up text insertion. · d82af6f7
    Phil Krylov authored
    Optimized reading large texts into RichEdit to be an O(n) order
    algorythm instead of O(n^2) by removing extraneous conversions of
    character offsets to run offsets.
    d82af6f7
Name
Last commit
Last update
..
.gitignore Loading commit data...
Makefile.in Loading commit data...
caret.c Loading commit data...
context.c Loading commit data...
editor.c Loading commit data...
editor.h Loading commit data...
editstr.h Loading commit data...
list.c Loading commit data...
paint.c Loading commit data...
para.c Loading commit data...
reader.c Loading commit data...
riched20.spec Loading commit data...
richole.c Loading commit data...
row.c Loading commit data...
rtf.h Loading commit data...
run.c Loading commit data...
string.c Loading commit data...
style.c Loading commit data...
undo.c Loading commit data...
wrap.c Loading commit data...
writer.c Loading commit data...