Skip to content

Questions: processes, memory leaks, signing releases #8

@pushkinman

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?

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