This implementation uses THREE.Points and basic texture. The resulting system is light-weight but lacks visual appeal.
Each star is an instance of THREE.SphereGeometry and more advanced texture mapping is used. The resulting system is heavy on the performance side but each star has better look and feel.
Combining the above approaches, we balance out the trade-off between performance and visual appeal.