코딩Coding/Rust☑︎Release☀︎Notes_New◎Version
Rust1.68도입될 새로운 protocols💕Cargo supports two remote registry protocols: git and sparse.
내인생PLUS
2023. 2. 3. 17:26
728x90
https://doc.rust-lang.org/nightly/cargo/reference/registry-index.html#index-protocols
출처 : https://blog.rust-lang.org/inside-rust/2023/01/30/cargo-sparse-protocol.html
git이 느린 문제의 원인이구만
그래서 난 gix을 쓴다.
러스트로 만든 gix 최고 ㅎㅎㅎ
문제는 용량이 큰거 할때 효과를 본다는거 ㅎㅎ
용량이 작으면 그냥 git이 낫다.
무거운 프로젝트일 수록 얼마나 빠른지 알게 된다.
다운 로드 속도가 괴물이다. ㅎㅎ 역시 Rust는 빠르다. 💕
An idiomatic, lean, fast & safe pure Rust implementation of Git
https://github.com/Byron/gitoxide
반응형