-
Notifications
You must be signed in to change notification settings - Fork 3
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
BigDataAnalyticsGroup/radix-partitioning
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published