Speed up code generation in split_generated_files mode #542
Labels
A-volo-build
This issue concerns the `volo-build` crate.
C-enhancement
This is a PR that adds a new feature or fixes a bug.
Previously @missingdays supported split_generated_files mode to solve #454, but users reported that the generation speed was 3-4 times slower than the previous mode, and the total number of lines of generated code increased by about 20%.
Such a slowdown for large projects is indeed unacceptable, we need to investigate to find out where the slowdown is and how to fix it.
The text was updated successfully, but these errors were encountered: