Skip to content

Dont duplicate stacks

Compare
Choose a tag to compare
@LauLauThom LauLauThom released this 22 Apr 10:44
· 29 commits to master since this release

In previous versions, when running the search on a stack the full stack was duplicated in memory before the search.
This was not optimal for large stacks and was increasing the processing time.
This is no more the case, only the current slice is duplicated.

Also added version Tag to GUI to match GitHub releases versions.