Python for Finance: Analyze Big Financial Data
elle
(Elle)
#1
Memory: with Numba there is no need to initialize large array objects; the compiler
specializes the machine code to the problem at hand (as compared to the “universal”
functions of NumPy) and maintains memory efficiency, as with pure Python.