@inproceedings{sitchinava-esa13, author = "Deepak Ajwani and Nodari Sitchinava", title = "Empirical evaluation of the parallel distribution sweeping framework on multicore architectures", booktitle = "Proceedings of the 21st European Symposium on Algorithms", series = "ESA '13", pages = "25-36", year = 2013, month = 9, doi = "10.1007/978-3-642-40450-4_3", arxiv = "https://arxiv.org/abs/1306.4521", abstract = "In this paper, we perform an empirical evaluation of the Parallel External Memory (PEM) model in the context of geometric problems. In particular, we implement the parallel distribution sweeping framework of Ajwani, Sitchinava and Zeh to solve batched 1-dimensional stabbing max problem. While modern processors consist of sophisticated memory systems (multiple levels of caches, set associativity, TLB, prefetching), we empirically show that algorithms designed in simple models, that focus on minimizing the I/O transfers between shared memory and single level cache, can lead to efficient software on current multicore architectures. Our implementation exhibits significantly fewer accesses to slow DRAM and, therefore, outperforms traditional approaches based on plane sweep and two-way divide and conquer." }