Skip to content

Commit

Permalink
updated to include SDF caching benefit
Browse files Browse the repository at this point in the history
  • Loading branch information
guofoo committed Jan 30, 2024
1 parent 98c9174 commit 2bc2aa3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Makepad TaoBao | Makepad WeChat

## Conclusion

The results of these tests validates the benefits of the SDF generation algorithm that the latest Makepad has incorporated. CPU Cycles were reduced, indicating less processing after the initial ramp up.
The results of these tests validates the benefits of the SDF generation algorithm that the latest Makepad has incorporated. CPU Cycles were reduced, indicating less processing after the initial ramp up. With SDF, Makepad can also cache the generation of the SDF on local storage to lower the CPU usage.

The GPU memory use reduction is the most significant difference. The usage of the SDF generation algorithm reduced GPU memory usage by a large amount. In addition, it will also provide improved performance for dynamically scaled texts.

Expand Down
7 changes: 7 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
<link rel="stylesheet" href="/normalize.css">
<link rel="stylesheet" href="{{ get_url(path="juice.css") }}">
{% block head %}
<meta property="og:type" content="website">
<meta property="og:url" content="https://robius.rs/">
<meta property="og:site_name" content="Project Robius">
<meta property="og:image" itemprop="image primaryImageOfPage"
content="/robius-logo-text.png">
<meta name="description"
content="Robius is a fully open-source, decentralized, community-driven effort to enable multi-platform application development in Rust.">
{% endblock head %}
</head>

Expand Down

0 comments on commit 2bc2aa3

Please sign in to comment.