Description
This issue tracks dependency optimization work to improve build performance and reduce binary size. Currently, the project has 1038 dependencies, and we can reduce this to improve the performance.
Goals
- Reduce compilation time during development
- Decrease binary size in production builds
- Minimize dependency tree complexity
Notes
- Each task can be done incrementally and tested separately
- Focus on the EVM-alloy optimization first as it has the highest impact
- Consider running benchmarks before and after to measure improvement
Description
This issue tracks dependency optimization work to improve build performance and reduce binary size. Currently, the project has 1038 dependencies, and we can reduce this to improve the performance.
Goals
Notes