Skip to content

Commit

Permalink
Publish StringView posts (#29)
Browse files Browse the repository at this point in the history
* Publish StringView posts

* Revert changes to README
  • Loading branch information
alamb authored Oct 1, 2024
1 parent e9c31b3 commit 6d7ea1a
Show file tree
Hide file tree
Showing 14 changed files with 790 additions and 466 deletions.
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

0 comments on commit 6d7ea1a

Please sign in to comment.