Windows 3.x High-Speed Communications Library and Tools.
Find a file
Scott Duensing cb2018dff4 Split parsing from rendering to avoid GDI/CPU cache thrashing
ParseDataBuf is now pure CPU work with no GDI calls -- the parsing
loop stays cache-hot in the 486 L1.  WriteDeferredBuf parses first,
then renders all dirty rows in one batch.  Removes ~105 lines of
inline FLiveDC rendering from 8 methods.  Also fixes missing DC
local variable in Paint.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 16:53:18 -06:00
delphi Split parsing from rendering to avoid GDI/CPU cache thrashing 2026-03-03 16:53:18 -06:00
drivers Initial commit. 2026-02-23 20:53:02 -06:00
drv Inline CSI parsing, ASM nibble table, cursor dedup, reccom block copy 2026-03-02 18:20:51 -06:00
vbx VBX does not work. Moving to Delphi. 2026-02-25 22:06:08 -06:00
.gitattributes Initial commit. 2026-02-23 20:53:02 -06:00
.gitignore VBX does not work. Moving to Delphi. 2026-02-25 22:06:08 -06:00