gyund / fundamental-analysis

Aggregate and modularize efficient and reliable tools for performing fundamental analysis on US securities
https://gyund.github.io/fundamental-analysis/
Eclipse Public License 2.0
1 stars 0 forks source link

Add parallel processing for SEC data #116

Closed gyund closed 1 year ago

gyund commented 1 year ago

Closes #76

gyund commented 1 year ago

This could be related. https://medium.com/@info_91596/multithreading-and-caching-to-improve-i-o-bound-performance-d51d09ab7e3f

Might be io bound, which would make parallelism a moot point.

gyund commented 1 year ago

main issue is updating the unit tests because we can't pickle mock objects across the process boundary