scenevr / server

:heart_eyes: Create multiuser 3d environments using html-like tags and javascript
http://www.scenevr.com/
BSD 3-Clause "New" or "Revised" License
144 stars 19 forks source link

Consider smaller UUIDs #28

Closed bnolan closed 9 years ago

bnolan commented 9 years ago

The UUIDs are unnecessarily large. Should shrink the size of the UUID, or possibly use unique ids. Maybe also use an unsigned long, since it can be expressed more concisely by msgpack.

bnolan commented 9 years ago

Duplicate of #47.