The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
110 views

Timestamps as ids in an entity manager?

I've built my own entity manager, as I found out some days ago, it is very similar to the Artemis framework. For now, I just use integers as entity ids. Behind the scenes, there is a simple integer ...