Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.4 KB

directories.md

File metadata and controls

32 lines (24 loc) · 1.4 KB

Directories - Where is what? - What is where?

  • an evolution:

    • ssss a first 'theoretical' approach - does not get You anywhere
    • sss a naive approach - as seen in popular slides, talks and blogs
    • ss a better way to do it
  • the essence

    • s package-level functions for You to use - Batteries included!
    • m You prefer to use methods? - Same batteries included!
    • l lazy evolution - see also xxl below
  • toys and tests

  • notes and explanations

    • readme - various information: essays, references ... You're looking at it right now.
  • internals

  • extended

    • xxl demand-driven channel - lazy evaluation
    • xxs supply-driven counter-part - as a true drop-in equivalent
    • xxsl the super luxury version has both: demand- and supply-driven channels in one place

Back to overview