How complex is the particle? Can it be characterized as a ray?
Don’t try to do collision per particle that is being emitted. That is completely overkill!
Rather incase your particle in some basic primitive collider. If you only care about direction collision use a Ray, if you care about linear spatial collision use a capsule. Just play with which geometry suits your needs.