elysionpowered / elysion

Game framework for rapid prototyping
MIT License
5 stars 2 forks source link

Hashing/Hash-Tables for Object-Identification #5

Open JesseKlugmann opened 13 years ago

frostney commented 13 years ago

Do you think we should implement our own variation of a hashing algorithm or just use an existing one (FreePascal's md5.pas for example and just hope it works on Delphi)?

frostney commented 12 years ago

A year later, I'm not quite sure anymore what was meant with this issue. Is this "fixed" with the implementation of #38 or were you thinking something along the lines of having a global hash table with references to all objects?