๐Ÿ“ฆ Voultapher / Fast-Code-Competition

MUC++ July 2017 Meetup Challenge

โ˜… 0 stars โ‘‚ 8 forks ๐Ÿ‘ 0 watching โš–๏ธ Apache License 2.0
๐Ÿ“ฅ Clone https://github.com/Voultapher/Fast-Code-Competition.git
HTTPS git clone https://github.com/Voultapher/Fast-Code-Competition.git
SSH git clone git@github.com:Voultapher/Fast-Code-Competition.git
CLI gh repo clone Voultapher/Fast-Code-Competition
Lukas Bergdoll Lukas Bergdoll Move all group files to top level folders c722fd6 8 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ 1v1
๐Ÿ“ async-io
๐Ÿ“ boris
๐Ÿ“ condvar
๐Ÿ“ d
๐Ÿ“ python-awesomeness
๐Ÿ“ Quivering_Sharks
๐Ÿ“ Reference
๐Ÿ“ ro
๐Ÿ“„ .clang-format
๐Ÿ“„ .gitignore
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Fast Code Competition

Abstract:

Many embrace the challenge that is c++, for the manual control it offers. Often this desire for control is rooted in a need of efficient applications. With modern c++ we are promised the performance of bare metal c, with concise syntax and a compile time safety providing type system. Increasing hardware complexity and the rise of accelerators, make writing truly optimal code an ever more elusive goal.

How far from optimal are we usually and how does it compare to other languages? Join us and show us your skill in writing fast and elegant software. Every programming language is welcome.

Schedule:

  • Introduction
  • Form Teams and pick a Challenge
  • 60 minutes of coding
  • Presentation and Benchmarks

Teams:

  • Maximum 7 Teams
  • Each Teams gets 8 minutes to present
  • Each Team needs at least one Github account

Workflow

  • Fork and clone Challenge repo
  • Create Folder with Team name as Folder name
  • Put all your source files in that Folder
  • Code for 60 minutes
  • Open pull request