Skip to content

Questions: processes, memory leaks, signing releases #8

Description

@pushkinman

Hello @IVLIVS-III, I wanted to ask a couple of questions about the solution and I would be greatful for your responce:

  1. In what process does the python code run? Is Python runtime hosted within Flutter or some other process?
  2. Are there any risks of memory leaks? Does the process of releasing memory is properly taken care of or there are certain practices that much be followed?

Are there any potential memory leaks in the following code from your examples?

void primitivesSqrt() {
    final PrimitivesModule primitivesModule = PrimitivesModule.import();
    final int sqrt = primitivesModule.sqrt(9);
    debugPrint("Sqrt: $sqrt");
  }
  1. Could there be a problem bundling Python-FFI in release configurations? I.e. do you know of any potential problems with signing macOS app bundle?

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

    questionFurther information is requested

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions