VerisimilitudeX / VigenereDecrypter

Leveraging statistical methods, decrypt Vigenère cipher in a language-agnostic manner, unraveling polyalphabetic complexities.
MIT License
5 stars 1 forks source link

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

Open VerisimilitudeX opened 2 years ago

VerisimilitudeX commented 2 years ago

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/