Skip to content

Have more overview #124

Description

@svenvanderburg

The course is sectioned:

Introduction - Benchmarking: What Why (more speed!)
Computing Pi - Threading/MP: How (low level)
Delayed - Data flow: How (human level: managing complexity)
Whatever and exercise.

  • Computing Pi
  • Threading/MP: needs the overview
  • Delayed
  • Dataflow

  • Concepts
    • chunking
    • dependency diagram
    • natural parallelism
  • Benchmarking
    • timing your code
    • checking memory consumption
  • First make things fast
    • numpy vectorization
    • numba just-in-time
  • Then make things run parallel
    • threading
      • OS dependent internal mechanism for running functions concurrently (i.e. fork)
      • - need to lift the GIL somehow
      • + low on resources
      • + shared memory
    • multiprocessing

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions