Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

build a C++ runtime engine for running the python algorithms. #184

Description

@Cruiz102

In my opinion all the code that is written for production should be not be written in Python. I think Python is very good at prototyping and making sure the algorithms runs. What problems does it have? It manages a lot of dependencies and we have very little control of the memory and performance boost we can make into the system. We are limited to add performance by adding more libraries or more external tools into it. It cannot be compiled and that makes the code non-portable most of the time.

What Im thinking wouuld be a good idea for a near future, is to have the products that we now are more mature and pass them to C++. In our case I know that the use of YOLO models is going to continue to be fundamental for a lot years. Thats why using a Yolo engine and runtime api could be useful.

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