Skip to content

The source code used in the VLDB paper "On the Surprising Difficulty of Simple Things: the Case of Radix Partitioning" (PVLDB 8(9): 934-937 (2015)).

License

Notifications You must be signed in to change notification settings

BigDataAnalyticsGroup/radix-partitioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

//////////////////////////////////////////////////////////////////
//                                                              //
//         On the Surprising Difficulty of Simple Things        // 
// Felix Martin Schuhknecht, Pankaj Khanchandani, Jens Dittrich //
//      Proceedings of the VLDB Endowment, Vol. 8, No. 9        // 
//                                                              //
//                         Used Code Base                       // 
//                    Version November 4, 2015                  //
//                    Information Systems Group                 //
//                       Saarland University                    //
//////////////////////////////////////////////////////////////////


//////////////////////////////////////////////////////////////////
//                          Compilation                         //
//////////////////////////////////////////////////////////////////

g++ -O3 -std=c++11 -march=native Main.cpp RadixPartition.cpp -o RadixPartitioning

//////////////////////////////////////////////////////////////////
//                        Experimental Setup                    //
//////////////////////////////////////////////////////////////////

Simply chose the desired methods in Macros.h by uncommenting the defines. 
Further, you can set number of elements, number of partitions, and number of repetitions.











About

The source code used in the VLDB paper "On the Surprising Difficulty of Simple Things: the Case of Radix Partitioning" (PVLDB 8(9): 934-937 (2015)).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages