Alrecenk / JSTimelineSync

A quick and dirty prototype for testing generalized rollback networking.
MIT License
5 stars 1 forks source link

Allow overriding TObject copy #22

Closed Alrecenk closed 2 years ago

Alrecenk commented 2 years ago

TObject copy currently serializes and deserializes an object to perform a copy without caching, but it's only used in cases where the real object is available. We could allow users to manually implement copy of their custom objects to improve performance.

Alrecenk commented 2 years ago

Performance tests shows this is pretty insignificant, and not worth adding complexity to the API for.