This update is an optimization on speed a little bit, formatting, and such.


        * 0.99.8252 MASSIVE HOT BUG FIX for previous version
* variables needing to be reset gets reset at beginning of loop
* very small tweaks here and there. optimized code a bit
* 0.99.8252b removed 2 variables and combine them into one and fixed formatting!

Optimizations I did!
Replace a bunch of ifelse trees (like if() else if() else if() else) kinds of trees with switches in the main program.

Reduced number of comparisons in one area in the main function.

Merged 2 variables that are just flag variables and can just be used with bit operators. This is better for speed and memory footprint. (I think) This program runs a little bit faster on XT systems. It will not be as noticeable on newer hardware.

I moved the =================== thing between multi packages to the bottom of the loop and only run when there is more than 1 package and is not the last package so it looks nicer.

Little polishes here and there.


get it here!

https://4ch.su/freedos/repos/1.4/net/fdnpkg16.zip or
https://4ch.mooo.com/freedos/repos/1.4/net/fdnpkg16.zip or
https://4ch.mooo.com/freedos/fdnpkg16.zip
_______________________________________________
Freedos-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to