Hacker News
- Methods for Array Initialization in Rust (2018) https://www.joshmcguigan.com/blog/array-initialization-rust/ 30 comments
- Does Rust's array bounds checking affect performance (2017)? https://stackoverflow.com/questions/47542438/does-rusts-array-bounds-checking-affect-performance 9 comments
- Cedarwood: Efficiently-Updatable Double Array Trie in Rust https://blog.paulme.ng/posts/2019-07-14-cedarwood%3A-efficiently-updatable-double-array-trie-in-rust.html 5 comments
- Google Trends for Zig array, Nim array, dart array, rust array, Past 12 months https://trends.google.com/trends/explore/TIMESERIES/1669541400?q=zig+array%2Cnim+array%2Cdart+array%2Crust+array&sni=3&tz=0 18 comments
Lobsters
- When Zig Outshines Rust - Memory Efficient Enum Arrays https://alic.dev/blog/dense-enums 4 comments performance , plt , rust , zig
- SoA - Struct-Of-Array Types In Rust https://github.com/cgaebel/soa 29 comments rust
- Soak: a struct-of-arrays library in Rust https://www.abubalay.com/blog/2019/02/16/struct-of-arrays 22 comments rust
- generic-array — generic array types in Rust https://github.com/fizyk20/generic-array 15 comments rust
- Automatic Struct of Array generation for Rust https://crates.io/crates/soa_derive 48 comments rust
- Methods for Array Initialization in Rust https://www.joshmcguigan.com/blog/array-initialization-rust/ 12 comments rust
- [WIP] Rudy: Judy array in Rust https://github.com/adevore/rudy/ 23 comments rust
- Designing a const `array::from_fn` in stable Rust https://13ros27.github.io/blog/const-array-from-fn/ 25 comments rust
- A journey to scripting Rust: Array Rank Polymorphism https://www.jernesto.com/articles/rapl.html 2 comments rust
- Rust Notebooks - Better Output for 2D Arrays https://shahinrostami.com/posts/programming/rust-notebooks/better-output-for-2d-arrays/ 3 comments rust
- Rust Notebooks Update: Unique Array Elements and their Frequency https://shahinrostami.com/posts/programming/rust-notebooks/unique-array-elements-and-their-frequency/ 3 comments rust
- does rust not put 0 initialized static arrays in bss? https://main.rs 27 comments rust
- mayda: compression of integer arrays in Rust https://crates.io/crates/mayda 15 comments rust
- Featherweight Musings: New tutorial - arrays and vectors in Rust http://featherweightmusings.blogspot.com/2015/04/new-tutorial-arrays-and-vectors-in-rust.html 15 comments rust
- Concurrent hash array mapped trie in Rust https://github.com/ballard26/concurrent-hamt 3 comments rust
- Rust Notebooks: Typed Arrays from String Arrays for Dataset Operation https://shahinrostami.com/posts/programming/rust-notebooks/typed-arrays-from-string-arrays-for-dataset-operation/ 4 comments rust
- Making a const version of Rust's array::from_fn - How hard can it be? https://gendignoux.com/blog/2024/06/17/const-array-from-fn.html 16 comments rust
- When Zig Outshines Rust - Memory Efficient Enum Arrays https://alic.dev/blog/dense-enums 110 comments programming
- When Zig Outshines Rust - Memory Efficient Enum Arrays https://alic.dev/blog/dense-enums 86 comments rust
- When Zig Outshines Rust - Memory Efficient Enum Arrays https://alic.dev/blog/dense-enums 3 comments zig
- rapl: Rank Polymorphic array library for Rust. https://github.com/JErnestoMtz/rapl 25 comments rust
- What is the fastest way to import an Array from JS to WASM? Rust in particular https://rustwasm.github.io/wasm-bindgen/api/js_sys/struct.Float32Array.html 5 comments webassembly
- How do I get Rust FFI to return array of structs or update memory? https://www.reddit.com/r/rust/comments/d3c7be/how_do_i_get_rust_ffi_to_return_array_of_structs/ 3 comments rust
- Help me fix my rust? (Array, Any/clone, error handling) https://www.reddit.com/r/rust/comments/7a64tk/help_me_fix_my_rust_array_anyclone_error_handling/ 9 comments rust
- Blog: Zero-Runtime-Cost Mixed Array in Rust http://nercury.github.io/rust/interesting/2015/12/12/typed-arrays.html 8 comments rust
- Understand the assembly code generated for Rust tuple, arrays, Box and Option https://www.eventhelix.com/rust/rust-to-assembly-arrays-option-box/ 12 comments rust
- cedarwood: Efficiently-Updatable Double Array Trie in Rust https://blog.paulme.ng/posts/2019-07-14-cedarwood%3A-efficiently-updatable-double-array-trie-in-rust.html 6 comments rust
- Concatenating arrays at compile-time in Rust 1.51! (Currently available in Beta) https://play.rust-lang.org/?version=beta&mode=debug&edition=2018&gist=9c146adf6419a85b780a138aafb1c207 50 comments rust
- Just published on Red Hat Developer - Rust All Hands 2019: Array iterators, Rayon, and more https://developers.redhat.com/blog/2019/03/22/rust-all-hands-2019-array-iterators-rayon-and-more/ 10 comments rust
- packed-encoder: A tiny rust crate that can be used to encode data of different types into a packed byte array which can be passed over network, system calls or FFI. https://github.com/Narasimha1997/packed-encoder 2 comments rust
- jlrs v0.7: write functions in Rust and call them from Julia, execute multiple tasks in parallel, use Julia arrays with ndarray https://www.reddit.com/r/rust/comments/j9n0ee/jlrs_v07_write_functions_in_rust_and_call_them/ 3 comments rust
- First experience of native node modules in rust with neon bindings, processing an array of javascript objects. https://www.alxolr.com/articles/how-to-process-javascript-array-of-objects-with-rust-neon-bindings 4 comments node
- ANNOUNCEMENT: I developed a completely novel way of writing Script for Bitcoin Cash! ✅ Auto-completion ✅ Name stack items ✅ Checks stack validity ✅ Type checking (ints, byte arrays, bools) ✅ Pushops using Rust code ✅ Build complete tx in Rust. Release in a couple of days 💪 https://twitter.com/tobiasruck/status/1239016473559019520?s=21 14 comments btc