sigmod2014.org
The 2014 ACM SIGMOD/PODS Conference: Snowbird, Utah, USA - DanaC workshop
http://www.sigmod2014.org/danac
Is opening the workshop with a keynote talk on Big Data Visualization. 26/11/2013: Submission site is up! 25/11/2013: Website is up! 23/10/2013: DanaC will be held in conjunction with SIGMOD/PODS 2014. Lytics in the C. DanaC 2014 at a Glance. The workshop will take place in Snowbird, Utah, USA on Sunday 22nd June 2014 and is colocated with SIGMOD/PODS 2014. The workshop is going to feature:. A Keynote speech by Chris Johnson titled "Large-Scale Visual Data Analysis". Presentations of 6 accepted papers.
muehe.org
Portfolio · Henrik Mühe
http://www.muehe.org/portfolio.html
Personal blog and website. This page lists a couple of things I’ve built or been a part of building. HyPer (C 11, LLVM Assembler). HyPer is the main-memory database system prototype build at TU Munich. I did my PhD as part of the HyPer group during the first years of the prototypes existence. Lots of information as well as papers about the HyPer project can be found on the project website. Long-running queries can be executed concurrently with short transactions at incredible speed. To determine whether ...
ppwwyyxx.com
Program Efficiency: Algorithm Doesn't Matter So Much - SIGMOD 2014 | Yuxin's Blog
http://www.ppwwyyxx.com/2014/SIGMOD2014
Program Efficiency: Algorithm Doesnt Matter So Much - SIGMOD 2014. 上学期组团参加了 SIGMOD Programming Contest 2014. 进入了Finalist. 因此6月23日至26日, 我在Utah州Snowbird度假村参加ACM SIGMOD/PODS 2014会议. 每年的比赛题目跟ACM-ICPC比较像, 就是给输入, 产生确定的输出. 比赛形式的不同在于, ICPC中选手要 尽量快的写出. 一个运行速度可以接受的程序, 而在SIGMOD比赛里, 我们需要在一个 多月时间里 写出. 程序, 而且可以用任何手段(并行, 汇编, SIMD, 文件读写). 最终结果与之前的online测试结果基本一致, 获得了第四名. 听了其他选手的报告, 深深的感觉到, 压榨程序效率时, 算法并不怎么重要. 整数集合求交, 也是用SIMD实现的. 有论文: Fast Sorted-Set Intersection using SIMD Instructions. 然而第一名的算法十分简单: 对每个点依次BFS计算它到各点的距离和, ...