bigbang
bigbang copied to clipboard
Potential acceleration application optimization
Currently apply_acceleration() returns a new Entity, and there are a few clones when new nodes are made. Would it be possible to make apply_acceleration() mutate self and make the entire simulation zero-copy?