mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-25 19:51:39 +01:00
99c8816bf9
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)
16 lines
524 B
Markdown
16 lines
524 B
Markdown
- 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
|