chadadavis / sbglib

Automatically exported from code.google.com/p/sbglib
0 stars 0 forks source link

Do not serialize data that's re-creatable #238

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This will speed up Storable and make mapping to a document store easier.
Transformation needs to be saved in its entirety
Domain doesn't need to save it's representation, whatever type it is.
  A descriptor plus a transformation (STAMP format) is sufficient.
Complex needs to save scores, but little else.

Original issue reported on code.google.com by chad.a.davis@gmail.com on 25 Jul 2011 at 7:22