79796084

Date: 2025-10-21 17:25:35
Score: 1
Natty:
Report link

My first suspicion is the multiprocessing capability while using numpy library may be redundant and can cause slow down. If that makes sense to you, you can restrict the multiprocessing for each Numpy instance. However, if you think the bottleneck is at numpy file reading operation, then you may like to see if a scanner is slowing the operation down or perhaps the lcoation of the production is not conducive for fast operations. You can isolate the read operation and time it in production to rule it out.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Natre