TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: 2018 ACM SIGMOD Programming Contest – $10K Prizes Donated by Microsoft

13 pointsby byteshiftabout 7 years ago

3 comments

byteshiftabout 7 years ago
For this year&#x27;s contest, the task is to evaluate batches of database join queries on a set of pre-defined relations. The challenge is to execute the queries as fast as possible without (much) prior indexing. So the time has finally come to unleash your fastest hash table implementations!<p>The top-5 best-ranking undergrad or grad student teams are invited to the 2018 ACM SIGMOD conference in Houston, TX. The winning team will be awarded a prize of USD $7,000, and there will be an additional prize of USD $3,000 for the runner-up.
botteyabout 7 years ago
Awesome contest. Was great fun last year!<p>Was great to improve one&#x27;s C++ skills.<p>I will definitely participate again this year. Thanks for sharing!
janiner256about 7 years ago
Interesting topic! Looking forward to trying out some fance join algorithms