- Swapped benchmark order in bench.py to run Rust before C for consistent measurement - Added new main3.cpp source with parallel TBB-based implementation using async I/O and CRC32 - Updated Makefile to link borded_cpp_exec against libtbb and compile from main3.cpp - Modified CMakeLists.txt to add main3.cpp target with TBB linkage and disable -Werror