• 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
run.c 20.7 KB