Skip to content

Consider caching binaries #3

Open
@memegento-dev

Description

@memegento-dev

Currently the binary is compiled for each request that is not efficient way to use compiled language as C.
To bring true performance of C into React component the binaries can be compiled only once and the used directly.
This will reduce the overhead of compilation time and filesystem usage.

Inspired by your project we used similar approach for PHP:
https://github.com/memegento/react-use-php

As PHP is interpreted language, we pass the source code directly to interpreter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions