Skip to content

Commit

Permalink
chore: add files
Browse files Browse the repository at this point in the history
  • Loading branch information
YEthYuan committed Mar 27, 2024
1 parent ed80915 commit 7a2fae0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Gemfile

source 'https://rubygems.org'

gem "jekyll", "~> 4.2"

group :jekyll_plugins do
gem "jekyll-timeago", "~> 0.13.1"
end
7 changes: 7 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# In-Memory Parallel Hash Join: To Partition or Not To Partition

<center>Authors: Ye Yuan, Zhidong Guo</center>

## Sumamry

We are going to implement two variants of in-memory parallel hash join to examine the effect of CPU cache hit rate, synchronizaiton cost, and computation cost on performance.

0 comments on commit 7a2fae0

Please sign in to comment.