Skip to content

ufcg-lsd/radix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radix

Exploration on a fast radix implementation for numeric types

Build

To build our project run the make command in the root directory.

Running our project

  • Compiler optimized version: run make radix_sort_opt from the root dir;
  • Compiler non-optimized version: run make radix_opt from the root dir;
  • To compile and run the unit tests: run make test from the root dir.

About

Exploration on a fast radix implementation for numeric types

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors