This Maven plugin converts Java Bytecode binary files to EOLANG programs that use the "opcode" atom
-
Updated
Jul 18, 2025 - Java
This Maven plugin converts Java Bytecode binary files to EOLANG programs that use the "opcode" atom
Maven plugin that applies a number of optimizations to your Bytecode, using EOLANG and 𝜑-calculus, trying to make it work faster
A command line tool for DeMutabilization of EO programs
This Java program efficiently removes duplicate elements from a sorted array in-place, ensuring the original order of elements is maintained. It's designed to optimize space and time complexity while handling various array scenarios, including empty arrays and arrays with consecutive or non-consecutive duplicates.
This Java program efficiently solves the "Three Sum Problem," identifying all unique triplets in an array that sum up to zero, with a focus on avoiding duplicate triplets.
Practice project in Java focused on bug fixing, enhancements, and code optimization.
Add a description, image, and links to the code-optimization topic page so that developers can more easily learn about it.
To associate your repository with the code-optimization topic, visit your repo's landing page and select "manage topics."