JinwoongKim / Massively-Parallel-Query-Processing-on-Heterogeneous-Architecture

Homepage
http://jinwoongkim.github.io/Massively-Parallel-Query-Processing-on-Heterogeneous-Architecture/
1 stars 2 forks source link

Do not use unsigned long long and long instead long long #38

Closed JinwoongKim closed 8 years ago

JinwoongKim commented 8 years ago

In a top-down construction, child node offsets can be negative, so please use long long instead of unsigned long long

JinwoongKim commented 8 years ago

has been updated.