MeshEmitter Implementation and Performance

Hey guys.

I am curious about the implementation and performance of MeshEmitter.

MeshEmitter works well on mobile devices where hardware instancing is not supported.

I wonder how it is implemented internally.

I wonder if the vertex buffer containing serveral same meshes is generated every frame.
Or, is there another suitable implementation?

I’d like to get guidelines for good performance.

Thank you.