You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
-
# IDS_706-Data_Engineering_Systems
2
-
## Mini-Project 8 : Rewriting a Python Script in Rust
1
+
# Rewriting a Python Script in Rust
3
2
4
3
### PURPOSE
5
4
6
-
This project is for a data engineering course (Mini-Project 8). The purpose of this project is to rewrite an existing Python script used for data processing in the Rust programming language. The main goals of this project are as follows:
5
+
The purpose of this project is to rewrite an existing Python script used for data processing in the Rust programming language. The main goals of this project are as follows:
7
6
1. Code Migration: Rewrite the Python script in Rust, ensuring it performs the same data processing tasks.
8
7
2. Performance Enhancement: Evaluate the improvements in terms of execution speed and resource usage after the migration to Rust.
0 commit comments