You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reduce number of duplicated dependency crates and improve build time
first time building Greptimedb compiled thousands of crates and there are lots of duplicated crates with different versions, I wonder if we could deduplicate the crates and achieve better build performance.
What type of enhancement is this?
Tech debt reduction
What does the enhancement do?
reduce number of duplicated dependency crates and improve build time
first time building Greptimedb compiled thousands of crates and there are lots of duplicated crates with different versions, I wonder if we could deduplicate the crates and achieve better build performance.
Implementation challenges
maybe a centralized cargo workplace for dependencies?
The text was updated successfully, but these errors were encountered: