Bertrand Masius

Results 9 issues of Bertrand Masius

VectorMap suffers from recurrent pointers invalidation due to the dynamic behaviour of vectors. Moreover, iterators give elements in the order of insertion and not the natural order of entity IDs....

Composite System has the role to: - register factories of systems (previously done in main.cpp) - add composites to entities in ECS, wrapping the factory functions - remove composites and...

The reason for this is that strings and templates are not friends. We can not write a template that would take the component ID as argument if this is a...

Since it was decided a long time ago that all instances of Sigma will run a Bullet simulation, the simulations must be synchronized to have the same state on all...

We need some benchmark data in order to take the right decisions about the design of Sigma. This PR will provide a way to make comparisons between 2 implementation of...

This ticket is just to document what I am currently coding. First step is to transpose the current core code to asm. Currently the decode stage is done.Execution stage will...

enhancement

The program will run 2 VMs in parallel, each VM being a specific implementation of TR3200, for example a reference implementation and a candidate implementation. The program will execute the...