Skip to content
View diegomestre2's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report diegomestre2

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
diegomestre2/README.md

Diego Tomé

Linkedin Badge Gmail Badge Twitter Badge

Hi there 👋

I'm Diego Tomé and I am a Ph.D. student in the Database Architectures group at CWI-NL. My research interests include compressed storage/execution, co-processing with GPUs and optimizations for database operators. I often contribute to https://duckdblabs.com/.

You can find a full list of my publications here.

Visits Badge

  • 🔭 Currently working on a novel compression framework and data-aware hash joins.
  • 🌱 Continually studying Modern C++, and more recently, Julia
  • 👯 Often contributing to open source projects like DuckDB
  • 💬 Ask me about your data, and I will tell you who you are.
  • 📫 How to reach me: diegogomest@gmail.com
  • ⚡ Fun fact: My main superpower is giving advice.

Pinned Loading

  1. duckdb/duckdb duckdb/duckdb Public

    DuckDB is an analytical in-process SQL database management system

    C++ 35.8k 2.9k

  2. tpchQ01_GPU tpchQ01_GPU Public

    TPC-H Query 01 Implementation Optimized for CPU-GPU co-processing

    C++ 9 4

  3. Cpp_project_example Cpp_project_example Public

    Example structure of a Cpp project

    CMake 3

  4. julia_exercises julia_exercises Public

    Julia Exercises

    Julia 1

  5. CUDA_exercises CUDA_exercises Public

    A few exercises to getting started into CUDA programming model.

    Cuda

  6. Distributed_Hash_Table Distributed_Hash_Table Public

    A distributed hash table (DHT) is a class of a decentralized distributed system that provides a lookup service similar to a hash table: (key, value) pairs are stored in a DHT, and any participating…

    Java