Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish StringView posts #29

Merged
merged 2 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
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
257 changes: 257 additions & 0 deletions 2024/09/13/string-view-german-style-strings-part-1/index.html

Large diffs are not rendered by default.

213 changes: 213 additions & 0 deletions 2024/09/13/string-view-german-style-strings-part-2/index.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ <h1 class="post-title">About</h1>
</header>

<div class="post-content">
<p>Apache DataFusion is a very fast, extensible query engine for building high-quality
<p><a href="https://datafusion.apache.org/">Apache DataFusion</a> is a very fast, extensible query engine for building high-quality
data-centric systems in Rust, using the Apache Arrow in-memory format.</p>


</div>

</article>
Expand Down
2 changes: 1 addition & 1 deletion assets/main.css.map

Large diffs are not rendered by default.

769 changes: 306 additions & 463 deletions feed.xml

Large diffs are not rendered by default.

Binary file added img/string-view-1/figure1-performance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/string-view-1/figure2-string-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/string-view-1/figure4-copying.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/string-view-1/figure5-loading-strings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/string-view-1/figure6-utf8-validation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/string-view-1/figure7-end-to-end.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/string-view-2/figure1-zero-copy-take.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/string-view-2/figure2-filter-time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,17 @@
<div class="wrapper">
<div class="home">
<h2 class="post-list-heading">Posts</h2>
<ul class="post-list"><li><span class="post-meta">Aug 28, 2024</span>
<ul class="post-list"><li><span class="post-meta">Sep 13, 2024</span>
<h3>
<a class="post-link" href="/blog/2024/09/13/string-view-german-style-strings-part-2/">
Using StringView / German Style Strings to make Queries Faster: Part 2 - String Operations
</a>
</h3></li><li><span class="post-meta">Sep 13, 2024</span>
<h3>
<a class="post-link" href="/blog/2024/09/13/string-view-german-style-strings-part-1/">
Using StringView / German Style Strings to Make Queries Faster: Part 1- Reading Parquet
</a>
</h3></li><li><span class="post-meta">Aug 28, 2024</span>
<h3>
<a class="post-link" href="/blog/2024/08/28/datafusion-comet-0.2.0/">
Apache DataFusion Comet 0.2.0 Release
Expand Down