This repository has been archived on 2022-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
hydrogen-web/doc/FRAGMENTS.md
Bruno Windels 99c8816bf9 better naming
FragmentIndex -> FragmentIdIndex (index of fragment ids,
   not an index number in a fragment collection)
EventKey -> EventIndex (implies being ordered)
FragmentKey -> FragmentId
  (implies not being ordered, hence FragmentIdIndex)
2019-05-01 15:36:32 +02:00

524 B

  • DONE: write FragmentIndex
  • DONE: adapt SortKey ... naming! :
    • FragmentIdIndex (index as in db index)
      • compare(idA, idB)
    • SortKey
      • FragmentId
      • EventIndex
  • write fragmentStore
  • adapt timelineStore
  • adapt persister
    • persist fragments in /sync
    • load n items before and after key
    • fill gaps / fragment filling
  • add live fragment id optimization if we haven't done so already
  • lets try to not have to have the fragmentindex in memory if the timeline isn't loaded