textures: writing single pixels

What’s the fastest way to write individual pixels on textures? Right now I’m using glTexSubImage2D, but wondering if there were a faster way.

None that I’ve heard of.