Anton Gustafsson
Anton Gustafsson
So, here are the new benchmark results: With snapshotting: ``` AshleyBenchmark.ashleyMediumTest: [measured 20 out of 40 rounds, threads: 1 (sequential)] round: 0.01 [+- 0.00], round.block: 0.00 [+- 0.00], round.gc: 0.00...
~~Is it possible to notify `EntityListener` when `addEntity()`/`removeEntity()` is called, but delay the operation? This would solve my problem.~~ The current delay mechanism could at least do with some improvement;...
One solution to this problem could be to actually make operations "atomic" - maybe by using a kind of double-buffering. I have written an own ECS implementation that uses `Bag`...
> This was fixed in a6fcfd0, thanks a lot. No; it was fixed in #168. :P > As for the current issue, sorry for taking so long to take a...
> @antag99 it seems your fork is gone... Any chance you could make that available again? Nope; I've got the source code, but no git repo. It was more of...
Sounds impractical; indeed it would be much better if the program just emitted a warning for incompatible files. In order to save time, I only implemented the asset types that...