Alan Gutierrez

Alan Gutierrez blogs on software, social networks, and himself.

Subscrive Via RSS Feed
« Feverish Notes on Serialized DOM Lost Post »

Defining Indices

Close 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?

Leave a Reply