Skip to content

Modify docs to emphasize faster pattern for Python thread pools #253

Description

@itamarst

Having determined that the time spent loading libraries can add up in real-world, it's worth only documenting the faster pattern for Python thread pools:

  1. Create one ThreadpoolController
  2. Re-use it in the threads

It may also be worth documenting while I'm at it the limits of having a single ThreadpoolController: not noticing the existence of new libraries, usually due to later imports.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions