Performance improvements by ccaccb · Pull Request #228 · unpaper/unpaper · GitHub
Skip to content

Performance improvements#228

Open
ccaccb wants to merge 2 commits into
unpaper:mainfrom
ccaccb:performance_improvements
Open

Performance improvements#228
ccaccb wants to merge 2 commits into
unpaper:mainfrom
ccaccb:performance_improvements

Conversation

@ccaccb

@ccaccb ccaccb commented Jul 11, 2024

Copy link
Copy Markdown

Fixes #227

Hannes Franke added 2 commits July 11, 2024 22:31
Marking the function _Noreturn (introduced in C11) removes the need to
return dummy values from functions, as static analyis will know the call
doesn't return.
By utilizing numpy instead of comparing pixel-by-pixel the test
execution time can be sped up.

Adds new python dependency for unit tests: numpy
@ccaccb ccaccb force-pushed the performance_improvements branch from a572329 to a2eaa94 Compare July 11, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Performance improvements

1 participant