vault icon indicating copy to clipboard operation
vault copied to clipboard

Use types instead of records

Open greglook opened this issue 11 years ago • 0 comments

Some structured types in vault are records, when they really should be types. Switching will improve performance and allow better control of the value properties. For example, a HashID should never need extra keys added to it.

  • [ ] vault.blob.digest.HashID
  • [ ] vault.entity.datom.Datom

Also evaluate stuff like the blob stores to determine whether they need record semantics as well.

greglook avatar Sep 19 '14 21:09 greglook