Exploration on a fast radix implementation for numeric types
To build our project run the make command in the root directory.
- Compiler optimized version: run
make radix_sort_optfrom the root dir; - Compiler non-optimized version: run
make radix_optfrom the root dir; - To compile and run the unit tests: run
make testfrom the root dir.