Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.62 KB

misc.md

File metadata and controls

30 lines (27 loc) · 1.62 KB

Misc

  • Differential dataflow programming model.

  • Amazon Coretto

    • Amazon distribution of JDK. Faster than the native one
  • Physical vs Logical Cores

    • Physical cores are several physical cores, actual hardware components.
    • Logical cores are the number of physical cores times the number of threads that can run on each core through the use of hyperthreading.
  • A parameter is the variable that is part of the method’s signature (method declaration). An argument is an expression used when calling the method.

  • Argument is the value/variable/reference being passed in, the parameter is the receiving variable used w/in the function/block

Talks