Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Performance Mode" #31

Open
jwhpryor opened this issue Jan 25, 2023 · 0 comments
Open

Add "Performance Mode" #31

jwhpryor opened this issue Jan 25, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@jwhpryor
Copy link
Collaborator

Provide library wide constexpr flags to enable high performance API options.

For example, currently local objects will explicitly release themselves which is required for tests to guarantee their correctness. It also prevents memory leaks (e.g. if a local object was created in a tight loop). This should be configurable.

@jwhpryor jwhpryor added this to the Release 1.2 milestone Mar 18, 2024
@jwhpryor jwhpryor added the enhancement New feature or request label Mar 18, 2024
copybara-service bot pushed a commit that referenced this issue Apr 22, 2024
Because of testing, all class IDs and method IDs had to be manually tracked in vectors which is unnecessary unless you intend to tear down and restore the JVM.

#31

PiperOrigin-RevId: 626855549
copybara-service bot pushed a commit that referenced this issue Apr 22, 2024
Because of testing, all class IDs and method IDs had to be manually tracked in vectors which is unnecessary unless you intend to tear down and restore the JVM.

#31

PiperOrigin-RevId: 627097317
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant