Skip to content

Commit

Permalink
added info and links
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 committed Oct 18, 2024
1 parent 69a5015 commit a8ac916
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/general/polkadot-direction.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ or, worse, empty.
## Agile Coretime Allocation

In Polkadot 1.0, coretime is a fixed two-year period on one specific core. Here, we remove this
limitation and generalize coretime usage to meet different application needs.
limitation and generalize coretime usage to meet different application needs. For more information,
see the [agile coretime documentation](../learn/learn-agile-coretime.md).

### Split Coretime

Expand All @@ -186,7 +187,8 @@ production rate, for example.

An application can be assigned to multiple cores simultaneously. Some applications can have a
permanent core assignment and an intermittent one, for example, in a period of high demand to send
multiple blocks to multiple cores at the same time slot to reduce latency.
multiple blocks to multiple cores at the same time slot to reduce latency. Combined coretime is
achieved through [elastic scaling](../learn/learn-elastic-scaling.md).

![core-usage-agile-combined](../assets/core-usage-agile-combined.png)

Expand All @@ -213,7 +215,9 @@ bandwidth for the fixed price of opening and closing a block.

Sharing cores with other applications to share costs but with no reduction in latency. Note that
this is different from the [split coretime](#split-coretime) where one core is used by multiple
application at different times to share costs at the expense of higher latency.
application at different times to share costs at the expense of higher latency. Shared cores will be
enabled with [JAM](../learn/learn-jam-chain.md), a semi-coherent concept in which data from
different shards can be scheduled within the same core.

![core-usage-agile-shared](../assets/core-usage-agile-shared.png)

Expand Down

0 comments on commit a8ac916

Please sign in to comment.