Files
isspam/borded_cpp
BordedDev b3f6056e9c chore: reorder benchmark execution order and add TBB-linked main3.cpp variant
- 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
2025-03-23 21:06:48 +00:00
..