Directories
¶
| Path | Synopsis |
|---|---|
|
Package corpus implements the streaming corpus ingest of requirement R2 (§5.1).
|
Package corpus implements the streaming corpus ingest of requirement R2 (§5.1). |
|
Package partition loads the offline Leiden result produced by sidecar/partition.py into the domain's Partition type.
|
Package partition loads the offline Leiden result produced by sidecar/partition.py into the domain's Partition type. |
|
state
|
|
|
memory
Package memory provides in-process implementations of the domain state repositories, applying the identical lazy-decay semantics the Postgres schema uses: a row stores (count, last_seen) and the discount is applied on read (§6.2).
|
Package memory provides in-process implementations of the domain state repositories, applying the identical lazy-decay semantics the Postgres schema uses: a row stores (count, last_seen) and the discount is applied on read (§6.2). |
|
postgres
Package postgres provides the durable Postgres implementations of the domain state repositories, applying the identical lazy-decay semantics the memory package uses: a row stores (count, last_seen_us) and the discount 2^(−Δt/T½) is applied on read (§6.2).
|
Package postgres provides the durable Postgres implementations of the domain state repositories, applying the identical lazy-decay semantics the memory package uses: a row stores (count, last_seen_us) and the discount 2^(−Δt/T½) is applied on read (§6.2). |
Click to show internal directories.
Click to hide internal directories.