slower in what sense? if it's because of instance creation, you might be creating too many instances
slower in what sense? if it's because of instance creation, you might be creating too many instances in short periods of time which have a higher load - I would recommend looking into
createBatch to reduce the number of calls, if that applies to your usecase


