| « Feverish Notes on Serialized DOM | Lost Post » |
Defining Indices
March 18th, 2007Close up of Index Cards by Aya Walraven Otake.
- An interface that compares an array, or partial array of comprables, for Strata.
- Then crack objects or XML documents to obtain the comparables.
- This new interface is external to Strata.
- Internal to Strata there are different interfaces for
- Comparing objects.
- Determining the equality of objects.
- Reading objects from the tier.
- Writing objects to the tier.
- Obtaining the object to write.
Now I’d like to not have to keep the object in memory at all, but extract the fields. The object to write is still a key, but it can be resolved into just the field values, kept in an array, to compare the array of values.
Why is this not the default implementation?


