Skip to content

Instantly share code, notes, and snippets.

View sudk1896's full-sized avatar

Sudarshan Konge sudk1896

View GitHub Profile
@sudk1896
sudk1896 / System Design.md
Created August 12, 2018 12:51 — forked from vasanthk/System Design.md
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?
@sudk1896
sudk1896 / output.log
Created November 16, 2016 18:40 — forked from lambday/output.log
[[email protected] saurabh]$ g++ -std=c++14 -O3 -w eigen_sqrt.cpp -I/usr/include/eigen3
[[email protected] saurabh]$ ./a.out
default ctor called.
default ctor called.
default ctor called.
default ctor called.
default ctor called.
default ctor called.
Task 1
initializer ctor called.