RobinCK / typeorm-fixtures

:pill: Fixtures loader for typeorm πŸ‡ΊπŸ‡¦
https://robinck.github.io/typeorm-fixtures/
MIT License
566 stars 45 forks source link

fix: do not create one instance of processor per fixture #221

Open slukes opened 1 year ago

slukes commented 1 year ago

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 πŸ˜„

slukes commented 1 year ago

Hello @RobinCK any feedback?

slukes commented 9 months ago

Up @RobinCK πŸ˜„