FSharp.Azure.Storage icon indicating copy to clipboard operation
FSharp.Azure.Storage copied to clipboard

Make small records of struct type

Open xperiandri opened this issue 4 years ago • 1 comments

Records EntityIdentifier, OperationResult, EntityMetadata have only 2 fields which means that making them structs is efficient option.

xperiandri avatar Jul 08 '20 20:07 xperiandri

Pretty sure when I started this library, you couldn't make records value types. I'm not fundamentally opposed to the idea, but it would be a gentle breaking change.

Did you have some specific performance issues with them as reference types?

daniel-chambers avatar Jul 10 '20 13:07 daniel-chambers