PSU-CS-300-Fall2015 / Ellis_Finn_Taurus

A minimal TauNet client.
http://taunet.net/
MIT License
0 stars 0 forks source link

Move substring name matching to UserList. #29

Open relsqui opened 8 years ago

relsqui commented 8 years ago

It's for keeping track of users, doing that by partial name seems like a reasonable part of its job. On the other hand, this would actually be slower than the way I'm doing it now (because it would have to search the whole list for each key).