-
Is there a way to speed it up make build. Like use [dependencies]
...
actix-web = { version = "3.0.0", features = ["full"] } |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
do you have a suggestion for what features of actix web you don't require that could be put behind a feature flag? |
Beta Was this translation helpful? Give feedback.
-
additionally i wouldn't expect actix-web build times to be significantly different from other high level web frameworks |
Beta Was this translation helpful? Give feedback.
-
What do you mean by so slowly? Yes we know how feature flag works. It would be helpful if you have actual number to show how actix-web is slower and what features can be made otpional. |
Beta Was this translation helpful? Give feedback.
additionally i wouldn't expect actix-web build times to be significantly different from other high level web frameworks