How to instantiate geometry multiple times

Hi, I have a geometry that I can render, but I would like to instantiate it and have it x times at different places in the scene.
Looking at the geomeshloader example, there is a num_spheres parameter set to 100, however it doesn’t seem to be used in the code.
Any example ? Thanks

Does this help? This is an alternate Alembic reader for V-Ray, which supports instancing.
https://github.com/vkoylazov/vray\_alembic\_reader

Best regards,
Vlado