PAM icon indicating copy to clipboard operation
PAM copied to clipboard

Parallel Balanced Binary Tree Structures

Results 7 PAM issues
Sort by recently updated
recently updated
newest added

Configuration: x86-64, CentOS 7 ``` -- --------------- General configuration ------------- -- CMake Generator: Ninja -- Compiler: GNU 10.1.0 -- Build type: Release ``` I'm seeing 3 error(s): ``` /home/praja002/OpenSource/PAM/examples/tpch/queries/Q10.h:25:43: **error:**...

An augmented sequence might be useful to add: ```C++ template struct aug_seq_full_entry : entry { using val_t = bool; // not used using key_t = typename entry::key_t; using aug_t =...

Are you interested in pull requests? I've a few patches that let me compile with visual studio, but I wasn't sure if you would be interested in supporting this as...

Thanks for your great work, we all like it! I don't find codes related to YCSB. Is it in this repository? If not, can you please provide the code ?

This refactors a good amount of code, with changes including: - Eliminating most raw pointers where possible. In several instances, raw pointers were used as arrays; I replaced most of...

Hello PAM team, Thank you for sharing this excellent work. While evaluating the TPC-HC benchmark, I encountered a couple of issues that you might want to address: 1) File name...