Creating large number of text

Hii,
I have learned how to create Text in three.js using textgeometry,but when i tried to add more then 1000 text in three.Scene it got hang.My pc has a good config with 16 gb ram and i7 processor still i did’nt get the performance.I want more then 10000 text to be added in the scene.
Is this possible to do that ??

Thanks & Regards
Gaurav.

As an option, you can create geometries for each letter and then combine texts of them.