Rework timeline to use trie #18

Closed
opened 1 year ago by teknomunk · 2 comments
Owner

currently, timelines are implemnted as a list of fixed-length status id lists. the timeline can only be updated by appending to the head of the list

reimplementing this to use a trie would allow for adding or removing items from anywhere in the timeline, and for posts to be easily sorted by date published.

currently, timelines are implemnted as a list of fixed-length status id lists. the timeline can only be updated by appending to the head of the list reimplementing this to use a trie would allow for adding or removing items from anywhere in the timeline, and for posts to be easily sorted by date published.
Poster
Owner

This would resolve #19

This would resolve #19
Poster
Owner

Done

Done
teknomunk closed this issue 1 year ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: teknomunk/apogee#18
Loading…
There is no content yet.