ghedipunk / PHP-Websockets

A Websockets server written in PHP.
BSD 3-Clause "New" or "Revised" License
913 stars 376 forks source link

Indexed $this->sockets and $this->user #11

Closed blondie101010 closed 9 years ago

blondie101010 commented 9 years ago

Added an index on $this->user->id for both $this->sockets and $this->user, which improves the processing time and simplifies the code.

ghedipunk commented 9 years ago

Will look this over tomorrow, but I like the idea based on a quick look.