Top // dataStructures.html
Datastructures in sextant variant:

Per window:


Link object is:
From the comments:
*  visitObject::keys
 *   startTime
 *   duration
 *   title
 *   url
 *   tabID -- unimplemented
 *
 *  visitObject::access
 *    windowHistory array, keyed by linear offset
 *    urlIndex  associative array, keyed by url
 *
 * urlIndex structure:
 *      array of pointers to visit objects
 *    .length indicates visit count
 *    .links array, of urls

In the database: