-
apache / arrow-rs: Official Rust implementation of Apache Arrow ★1608코딩Coding/Rust❤️Optimization❤️ 2023. 5. 24. 17:33728x90
https://github.com/apache/arrow-rs
What is Arrow?
Format
Apache Arrow defines a language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware like CPUs and GPUs. The Arrow memory format also supports zero-copy reads for lightning-fast data access without serialization overhead.
Learn more about the design or read the specification.
https://arrow.apache.org/
https://twitter.com/RustTrending/status/1661051464876462080?s=20반응형'코딩Coding > Rust❤️Optimization❤️' 카테고리의 다른 글
Why Green Threads were removed by Rust (0) 2023.06.05 홈페이지 최적화The Web Open Font Format (WOFF) (0) 2023.06.03 Rust❤️hyperfine(A command-line benchmarking tool (0) 2023.05.31 5 Better ways to code in Rust | LGR (0) 2023.05.28 Rust❤️Async Interview #2: cramertj (0) 2023.05.24 The Rustc Book (0) 2023.05.24 C코드를 Rust코드로 바꿔 줌 굿Migrate C code to Rust(FFI 써서 함 ㅋㅋ 뭐야 ㅋㅋ) (2) 2023.05.17 Fast(er) binary search in Rust (0) 2023.05.05