Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,8 @@ const vscodeSlides = [
<h2>Standard Library with Batteries Included</h2>
<p>
Flix comes with a fully-featured Standard Library that offers access
to more than
<span class="text-success font-weight-bold">3,100+</span> functions.
to more than <span class="text-success font-weight-bold">4,000+</span
> functions.
</p>
<p>
For example, the <code>List</code> module has more than 100 functions and
Expand Down Expand Up @@ -650,21 +650,21 @@ const vscodeSlides = [
<h2>Compiler Performance: The Raw Numbers</h2>
<p>
The following table illustrates the performance of the Flix compiler
on an Apple M2 Pro with a 10&#8209;core CPU running on OpenJDK 21:
on an Apple M2 Pro with a 10&#8209;core CPU running on OpenJDK 26:
</p>
<div class="col-md-6 p-0">
<table class="table">
<tbody>
<tr>
<td class="h5">Throughput (entire compiler):</td>
<td class="h5 text-right text-success font-weight-bold"
>60,159 lines/sec</td
>64,956 lines/sec</td
>
</tr>
<tr>
<td class="h5">Throughput (frontend only):</td>
<td class="h5 text-right text-success font-weight-bold"
>140,382 lines/sec</td
>133,287 lines/sec</td
>
</tr>
</tbody>
Expand Down Expand Up @@ -900,17 +900,17 @@ const vscodeSlides = [
<table class="table">
<tbody>
<tr>
<td class="h4 text-right text-success font-weight-bold">4,900+</td
<td class="h4 text-right text-success font-weight-bold">7,400+</td
>
<td class="h4">Merged Pull Requests (PRs)</td>
</tr>
<tr>
<td class="h4 text-right text-success font-weight-bold">3,100+</td
<td class="h4 text-right text-success font-weight-bold">4,100+</td
>
<td class="h4">Resolved Issues (Tickets)</td>
</tr>
<tr>
<td class="h4 text-right text-success font-weight-bold">70+</td>
<td class="h4 text-right text-success font-weight-bold">97+</td>
<td class="h4">Contributors</td>
</tr>
<tr>
Expand Down