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

(JAVA-P1000) Non-null boxed types are inefficient #6

Open
VerisimilitudeX opened this issue Sep 4, 2022 · 0 comments
Open

(JAVA-P1000) Non-null boxed types are inefficient #6

VerisimilitudeX opened this issue Sep 4, 2022 · 0 comments
Labels
hacktoberfest-accepted help wanted Extra attention is needed

Comments

@VerisimilitudeX
Copy link
Owner

Description

Java's objects inherently add some overhead in terms of CPU and memory usage, and this overhead extends to boxed primitive types as well. Avoid using the boxed object versions of primitives where they are not necessary.

Occurrences

There are 3 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/Verisimilitude11/Vigenere-Cipher/issue/JAVA-P1000/occurrences/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant