typeorm-fixtures
typeorm-fixtures copied to clipboard
fix: do not create one instance of processor per fixture
When loading 1 million fixtures this means 1 million instance of the processor which when there is code in the constructor / static initialisers causes a slow down.
@RobinCK let me know your thoughts π
Hello @RobinCK any feedback?
Up @RobinCK π