Skip to content

Commit c58b8be

Browse files
authored
Update README.md
1 parent d96ec37 commit c58b8be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff 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
32

43
### PURPOSE
54

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:
76
1. Code Migration: Rewrite the Python script in Rust, ensuring it performs the same data processing tasks.
87
2. Performance Enhancement: Evaluate the improvements in terms of execution speed and resource usage after the migration to Rust.
98

0 commit comments

Comments
 (0)