fuel-core icon indicating copy to clipboard operation
fuel-core copied to clipboard

Investigate bincode alternative for database

Open Voxelot opened this issue 2 years ago • 0 comments

Now that we're treating serde primarily as a way to prettily serialize our types in logs and in json based apis, we need a more efficient serializer for the database. This could be something like borsh or manual.

Voxelot avatar May 21 '22 01:05 Voxelot