Skip to content

Recipes@Home v1.14.2-TechSY730

Latest
Compare
Choose a tag to compare
@techsy730 techsy730 released this 07 Jun 20:48
· 191 commits to master since this release

Windows Builds postponed

There seems to be a lurking memory corruption somewhere. I will fix and then upload fixed version and make windows builds of that.

Changes since 1.14.1-TechSY730:

  • Performance increase by not shifting back contents of array to cover up null elements when the purpose is to free the whole array and contents anyways. Now it just frees all of them, leaving the lists in a technically semantically invalid state, but who cares since it is going to be destroyed anyways.
  • Now will spend more time (but "less-more" time compared to PBs) on a branch if getting close to the PB, so a promising branch has a chance to get better optimized.
  • Fixes the "early stages" of the PB search (from no results folder) from having "not so great" branches getting massively inflated limits due to lots of PBs back to back (because you are starting from no PB). In other words, starting the process from a clean slate won't take as long to get to good frame counts.
    • This is done by setting a floor for frame times where now "effort" is required to get PBs. Currently set to 4500 frames, but that may change.