For decades, object-based virtual tables have been a de facto implementation of runtime polymorphism in many (compiled) programming languages. There are many drawbacks in this mechanism, including life management (because each object may have a different size and ownership) and reflection (because it is hard to balance between usability and memory allocation). To workaround these drawbacks, some languages like Java or C# choose to sacrifice performance by introducing GC to facilitate lifetime management, and JIT-compile the source code at runtime to generate full metadata. We improved the theory and implemented it as a C++ library without sacrificing performance, proposing to merge it into the C++ standard.

Features

  • The "proxy" is a single-header, cross-platform C++ library
  • Documentation available
  • The "proxy" is a header-only C++20 library
  • Use proxy with CMake and Vcpkg
  • Examples available
  • Build and run tests with CMake

Project Samples

Project Activity

See All Activity >

Categories

Libraries

License

MIT License

Follow Proxy

Proxy Web Site

Other Useful Business Software
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Proxy!

Additional Project Details

Programming Language

C++

Related Categories

C++ Libraries

Registered

2024-05-23