It is a common use case to copy/deepCopy Java objects.
Before Fury, we used Kryo, which offers copy/deepCopy APIs.
We are trying to migrate from Kryo to Fury because the latter offers better performance.
Maybe consider adding the copy and deepCopy APIs, making it easier for users to migrate with less effort.
It is a common use case to copy/deepCopy Java objects.
Before Fury, we used Kryo, which offers copy/deepCopy APIs.
We are trying to migrate from Kryo to Fury because the latter offers better performance.
Maybe consider adding the copy and deepCopy APIs, making it easier for users to migrate with less effort.