Two optimization levels

Why Turing Capital
  • Basic Optimization

    It includes all the possible optimizations in solidity, together with improvement in the project’s algorithms and a review of the architecture of smart contracts. Yul will also be added in specific cases, where basic functionalities can be optimized that we usually find very often in projects and that are usually repeated in the code.
  • In-depth Optimization

    It includes what is mentioned at the basic level, with the addition of looking for the maximum possible optimization using yul. The use of yul will be maximized without affecting the security of the code, not only using it in basic functions that are usually repeated, but in all the parts of the code that yul can be used safely.