Skip to main content

Module timeline

Module timeline 

Source
Expand description

§Time-ordered walks over the bucket hierarchy

A single-source timeline walks one feed (a user’s posts, a hashtag, mentions, replies) backwards through time; a multiple-source timeline merges several of those into one chronologically sorted stream. A pure recursive visitor powers the walk, and a short-lived scratch pad stashes just-authored local posts so they appear in the user’s own timeline before network propagation completes.

Modules§

multiple_timeline
Merging multiple timelines into one feed
recent_posts_pen
Scratch pad for just-authored local posts
recursive_bucket_visitor
Depth-first walk over the hierarchical bucket ladder
single_timeline
A single stateful timeline cursor