_numba_unpickle takes very long

I edited the numba library function in serialize.py. Numba already calls that function so I didn’t need to do anything there.
On my laptop the sample code takes about 70 seconds or so.
I didn’t profile or look into where it spends its time, only took a look at the unpickle function since that’s what you asked about. Here is a conversation about profiling numba that may or may not be of interest to you.