Open JoelYoung01 opened 9 months ago
I played with this idea for an hour or two, but ran into a lot of issues trying to serialize the data from the main to the worker threads.
I'd really be interested to hear if anyone with more experience with worker threads in Node thinks of this idea and it's feasibility.
Hello! I was poking at the code and I noticed the use of Promises to run the migrate file work per file and was thinking it could be even further optimized if the process was updated to use Node Workers.
I saw in the contributing guidelines that it was recommended to open an issue for some discussion first, so here we are. Anyone have any thoughts on this?