rob05c / gomud

A telnet game server written in Go
MIT License
0 stars 1 forks source link

Change identifier usage to accessors #17

Open rob05c opened 11 years ago

rob05c commented 11 years ago

Many things store Ids. Everything possible should be changed to store Accessors instead. This will let them bypass the manager bottlenecks.