Skip to content

Commit

Permalink
deploy: f8624e8
Browse files Browse the repository at this point in the history
  • Loading branch information
hanadi92 committed Feb 17, 2024
1 parent 038feeb commit 998f3a7
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion author/hanadi.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ <h1 class="entry-title"><a href="/rust-in-php.html">Part 1: Rust in PHP</a></h1>
and a time (%H:%M:%S) in order to fetch all the trains that would depart from the location in the entered time up to 10 minute.</p>
<p>Strategy: Build two implementations of finding the trains that would depart from a given location after a given time within 10 minutes.
One using pure PHP, one using Rust in PHP. Compare performance of both implementations and decide the results of the hypothesis.</p>
<p>The complete code is here: <a class="reference external" href="https://github.com/hanadi92/rust-in-php">Github repo</a>.</p>
<div class="section" id="dataset">
<h2>Dataset</h2>
<p>The dataset consist of train timetable. It has 2566 records and was taken from [kaggle](<a class="reference external" href="https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable">https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable</a>).
<p>The dataset consist of train timetable. It has 2566 records and was taken from <a class="reference external" href="https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable">kaggle</a>.
It was chosen because of its acceptable size. We should be able to point the performance difference of using this dataset in PHP and Rust.</p>
<p>The dataset contains many information about each train, we only are concerned about the departure terminal and the departure time.</p>
</div>
Expand Down
3 changes: 2 additions & 1 deletion category/tech.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ <h1 class="entry-title"><a href="/rust-in-php.html">Part 1: Rust in PHP</a></h1>
and a time (%H:%M:%S) in order to fetch all the trains that would depart from the location in the entered time up to 10 minute.</p>
<p>Strategy: Build two implementations of finding the trains that would depart from a given location after a given time within 10 minutes.
One using pure PHP, one using Rust in PHP. Compare performance of both implementations and decide the results of the hypothesis.</p>
<p>The complete code is here: <a class="reference external" href="https://github.com/hanadi92/rust-in-php">Github repo</a>.</p>
<div class="section" id="dataset">
<h2>Dataset</h2>
<p>The dataset consist of train timetable. It has 2566 records and was taken from [kaggle](<a class="reference external" href="https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable">https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable</a>).
<p>The dataset consist of train timetable. It has 2566 records and was taken from <a class="reference external" href="https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable">kaggle</a>.
It was chosen because of its acceptable size. We should be able to point the performance difference of using this dataset in PHP and Rust.</p>
<p>The dataset contains many information about each train, we only are concerned about the departure terminal and the departure time.</p>
</div>
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ <h1 class="entry-title"><a href="/rust-in-php.html">Part 1: Rust in PHP</a></h1>
and a time (%H:%M:%S) in order to fetch all the trains that would depart from the location in the entered time up to 10 minute.</p>
<p>Strategy: Build two implementations of finding the trains that would depart from a given location after a given time within 10 minutes.
One using pure PHP, one using Rust in PHP. Compare performance of both implementations and decide the results of the hypothesis.</p>
<p>The complete code is here: <a class="reference external" href="https://github.com/hanadi92/rust-in-php">Github repo</a>.</p>
<div class="section" id="dataset">
<h2>Dataset</h2>
<p>The dataset consist of train timetable. It has 2566 records and was taken from [kaggle](<a class="reference external" href="https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable">https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable</a>).
<p>The dataset consist of train timetable. It has 2566 records and was taken from <a class="reference external" href="https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable">kaggle</a>.
It was chosen because of its acceptable size. We should be able to point the performance difference of using this dataset in PHP and Rust.</p>
<p>The dataset contains many information about each train, we only are concerned about the departure terminal and the departure time.</p>
</div>
Expand Down
3 changes: 2 additions & 1 deletion rust-in-php.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ <h1 class="entry-title">
and a time (%H:%M:%S) in order to fetch all the trains that would depart from the location in the entered time up to 10 minute.</p>
<p>Strategy: Build two implementations of finding the trains that would depart from a given location after a given time within 10 minutes.
One using pure PHP, one using Rust in PHP. Compare performance of both implementations and decide the results of the hypothesis.</p>
<p>The complete code is here: <a class="reference external" href="https://github.com/hanadi92/rust-in-php">Github repo</a>.</p>
<div class="section" id="dataset">
<h2>Dataset</h2>
<p>The dataset consist of train timetable. It has 2566 records and was taken from [kaggle](<a class="reference external" href="https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable">https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable</a>).
<p>The dataset consist of train timetable. It has 2566 records and was taken from <a class="reference external" href="https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable">kaggle</a>.
It was chosen because of its acceptable size. We should be able to point the performance difference of using this dataset in PHP and Rust.</p>
<p>The dataset contains many information about each train, we only are concerned about the departure terminal and the departure time.</p>
</div>
Expand Down
3 changes: 2 additions & 1 deletion tag/ffi.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ <h1 class="entry-title"><a href="/rust-in-php.html">Part 1: Rust in PHP</a></h1>
and a time (%H:%M:%S) in order to fetch all the trains that would depart from the location in the entered time up to 10 minute.</p>
<p>Strategy: Build two implementations of finding the trains that would depart from a given location after a given time within 10 minutes.
One using pure PHP, one using Rust in PHP. Compare performance of both implementations and decide the results of the hypothesis.</p>
<p>The complete code is here: <a class="reference external" href="https://github.com/hanadi92/rust-in-php">Github repo</a>.</p>
<div class="section" id="dataset">
<h2>Dataset</h2>
<p>The dataset consist of train timetable. It has 2566 records and was taken from [kaggle](<a class="reference external" href="https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable">https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable</a>).
<p>The dataset consist of train timetable. It has 2566 records and was taken from <a class="reference external" href="https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable">kaggle</a>.
It was chosen because of its acceptable size. We should be able to point the performance difference of using this dataset in PHP and Rust.</p>
<p>The dataset contains many information about each train, we only are concerned about the departure terminal and the departure time.</p>
</div>
Expand Down
3 changes: 2 additions & 1 deletion tag/php.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ <h1 class="entry-title"><a href="/rust-in-php.html">Part 1: Rust in PHP</a></h1>
and a time (%H:%M:%S) in order to fetch all the trains that would depart from the location in the entered time up to 10 minute.</p>
<p>Strategy: Build two implementations of finding the trains that would depart from a given location after a given time within 10 minutes.
One using pure PHP, one using Rust in PHP. Compare performance of both implementations and decide the results of the hypothesis.</p>
<p>The complete code is here: <a class="reference external" href="https://github.com/hanadi92/rust-in-php">Github repo</a>.</p>
<div class="section" id="dataset">
<h2>Dataset</h2>
<p>The dataset consist of train timetable. It has 2566 records and was taken from [kaggle](<a class="reference external" href="https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable">https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable</a>).
<p>The dataset consist of train timetable. It has 2566 records and was taken from <a class="reference external" href="https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable">kaggle</a>.
It was chosen because of its acceptable size. We should be able to point the performance difference of using this dataset in PHP and Rust.</p>
<p>The dataset contains many information about each train, we only are concerned about the departure terminal and the departure time.</p>
</div>
Expand Down
3 changes: 2 additions & 1 deletion tag/rust.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ <h1 class="entry-title"><a href="/rust-in-php.html">Part 1: Rust in PHP</a></h1>
and a time (%H:%M:%S) in order to fetch all the trains that would depart from the location in the entered time up to 10 minute.</p>
<p>Strategy: Build two implementations of finding the trains that would depart from a given location after a given time within 10 minutes.
One using pure PHP, one using Rust in PHP. Compare performance of both implementations and decide the results of the hypothesis.</p>
<p>The complete code is here: <a class="reference external" href="https://github.com/hanadi92/rust-in-php">Github repo</a>.</p>
<div class="section" id="dataset">
<h2>Dataset</h2>
<p>The dataset consist of train timetable. It has 2566 records and was taken from [kaggle](<a class="reference external" href="https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable">https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable</a>).
<p>The dataset consist of train timetable. It has 2566 records and was taken from <a class="reference external" href="https://www.kaggle.com/datasets/abdeaitali/commuter-train-timetable">kaggle</a>.
It was chosen because of its acceptable size. We should be able to point the performance difference of using this dataset in PHP and Rust.</p>
<p>The dataset contains many information about each train, we only are concerned about the departure terminal and the departure time.</p>
</div>
Expand Down

0 comments on commit 998f3a7

Please sign in to comment.