AlexSabourinDev / IceBox

An open world, designer focused engine
MIT License
5 stars 3 forks source link

Introduce threadsafe loading of entities and properties #41

Closed AlexSabourinDev closed 3 years ago

AlexSabourinDev commented 3 years ago

Begin introducing the entity/property model for adding properties to an entity.

Added a thread safe block pool allocator that uses a simple bit slot allocation scheme

Introduced some threadsafety comments