Releases: mhtvsSFrpHdE/prefetch
Releases · mhtvsSFrpHdE/prefetch
4.0.5
4.0.4
4.0.3
- Fix delete twice when read buffer is disabled 9bee4a6
Recent change, see ReadBufferSize for more details
If you have read buffer enabled at 4.0.2, this bug has no effect on you
4.0.2
- Fix 32 bit out of memory ac39fcc
See ReadBufferSize for more details
4.0.1
4.0
Warning
By default, the new version won't start if the following condition not match:
- At least 1 translate file exist, for example
en_US
. - New config must exist in
prefetch.ini
. Translate related config
Translate support
Now you can create your own translate file without recompile entire program.
Program have the following language file built in:
en_US: English
zh_CN: 谷歌翻译 / 简体中文
See these link for more information:
New build system
Although load translate file is possible, but it may hurt program start speed.
You can see three different branches in release package:
prefetch.exe
Standard versionprefetch_verbose.exe
Standard +Logprefetch_performance.exe
Standard -Translate
The performance one is designed to run as fast as possible.
However, feature like log and translate are sacrificed.
3.3
- New command
expiresc
to delete scan cache.
https://github.com/mhtvsSFrpHdE/prefetch/wiki/Command-interface#expiresc
3.2.1
3.2
3.1
Without gdb
, it's hard to tell why the program is crashed,
especally for running speed there are no bounds check at all.
By use LastKnownLocation
report, I can use "binary search" that cuts source code half by half,
until crash point were hit.