Home of the simple console library consisting of ProgressBar, Window, Form, Draw & MockConsole (C# console progress bar with support for single or multithreaded progress updates) Window is a 100%-ish console compatible window, supporting all normal console writing to a windowed section of the screen, supporting scrolling and clipping of console output.
719
stars
62
forks
source link
10X (ten x) performance improvement : High speed line draw writer #65
currently the line draw routines are quite slow, involving a lot of cursor setting and calling out to existing console cursor movements, per line character. Create a version of the line draw that only writes to the buffer in conjunction with the highspeed writer, for a serious improvement in performance.
currently the line draw routines are quite slow, involving a lot of cursor setting and calling out to existing console cursor movements, per line character. Create a version of the line draw that only writes to the buffer in conjunction with the highspeed writer, for a serious improvement in performance.