sillycross/PochiVM

Lightweight framework for easy and efficient code generation

29
/ 100
Experimental

This framework helps C++ developers dynamically create and compile new code snippets into highly optimized native binaries while a program is running. You write the new logic using a C-like syntax within your existing C++ project, and it outputs compiled machine code that runs very quickly. This is for C++ software engineers who need to improve the performance of sections of their application that deal with dynamic, user-defined logic.

106 stars. No commits in the last 6 months.

Use this if your C++ application needs to execute user-defined or runtime-determined logic with significantly better performance than traditional interpretation.

Not ideal if your application's logic is entirely fixed at compile time, or if you are not working within a C++ development environment.

C++ development JIT compilation High-performance computing Application optimization Dynamic code generation
No License Stale 6m No Package No Dependents
Maintenance 0 / 25
Adoption 9 / 25
Maturity 8 / 25
Community 12 / 25

How are scores calculated?

Stars

106

Forks

11

Language

C++

License

Last pushed

Aug 19, 2024

Commits (30d)

0

Get this data via API

curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/sillycross/PochiVM"

Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.