Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-27 | Make erlang:phash2/1 and erlang:phash2/2 yield | Kjell Winblad | |
The erlang:phash2 functions did not yield even if the input was very large and a call to one of the functions did only consume a single reduction. This commit fixes these problems. |