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

Block or report diegomestre2

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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++ 24k 1.9k

  2. tpchQ01_GPU tpchQ01_GPU Public

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

    C++ 6 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