-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# What's new? - 1.82.6 - **[Fix]** Download corruption due to download chunk size being too small, by @neon-nyan - **[Fix]** Double taskbar entry if console is enabled, by @bagusnl - **[Fix]** Repair function for GI/SR/HI3 detected updated plugin as corrupted, by @bagusnl - **[Imp]** Update 7z dll to 24.09, by @neon-nyan - **[Imp]** Http downloader module improvements, by @neon-nyan - Bypass drive write cache - Use multi threaded file writer - **[Imp]** ``IniFile`` parser improvements, by @neon-nyan + Improving implicit casting on IniValue to numbers This to allow maintainers to directly assign the IniValue to variable types. + Reduce memory allocation on loading and saving IniFile + Improving saving performance to file or a stream. + More safety bound check to IniSection + Reduce overhead on checking Section Keys and Value Keys + Add more checks on loading values + Splitting class and structs into their own files ## ```IniFile``` benchmark (Old vs. New) ### Note There might be some minor performance degradation on Loading mechanism due to additional check overhead. More work will be implemented later to fix this. | Method | Mean Time | Ratio | Time Imp (%) | Allocated Mem. | Ratio | Mem. Imp (%) | |----------------- |-----------:|-----------:|----------------------:|------------:|------------:|-----------------------:| | Load_Old | 77.85 µs | 1.000 | - | 217.3 KB | 1.000 | - | | Load_New | 80.80 µs | 1.038 | -3.8% | 138.3 KB | 0.637 | +36.4% | | Load_OrderedNew | 79.73 µs | 1.024 | -2.4% | 138.3 KB | 0.637 | +36.4% | | Save_Old | 0.10 µs | 1.000 | - | 2.2 KB | 1.000 | - | | Save_New | 0.06 µs | 0.630 | +37.0% | 0.4 KB | 0.181 | +81.8% | | Save_OrderedNew | 0.06 µs | 0.665 | +33.5% | 0.4 KB | 0.181 | +81.8% | ### Templates <details> <summary>Changelog Prefixes</summary> ``` **[New]** **[Imp]** **[Fix]** **[Loc]** **[Doc]** ``` </details>
- Loading branch information
Showing
32 changed files
with
1,025 additions
and
1,129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.