RJ / bevy_timewarp

A rollback library that buffers component state. Useful for netcode.
MIT License
38 stars 3 forks source link

write benchmark #4

Open RJ opened 1 year ago

RJ commented 1 year ago

need a benchmark of a few k entitites with continually updating components, like in a physics simulation. then insert into the past a few frames back and resimulate a bunch of times.

(then i can optimise the component history buffer to not clone everything each tick)