Speeding up my julia code for the hungarian method

A few days ago I had a look at my hungarian method project again. You can find the blog post here.
After writing that blog post the owner of the julia library for that algorithm commented on my post and made a huge performance improvement to his library to be much faster than my code where my goal…