A Vec That Has a Smaller size_of
☆165Apr 29, 2026Updated 2 weeks ago
Alternatives and similar repositories for thin-vec
Users that are interested in thin-vec are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A fast bump allocation arena for Rust☆2,192Apr 27, 2026Updated 3 weeks ago
- Compile-time string operations☆120Apr 26, 2026Updated 3 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,642Apr 15, 2026Updated last month
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Dec 23, 2023Updated 2 years ago
- A vector with a fixed capacity. (Rust)☆868May 3, 2026Updated 2 weeks ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- Just, really the littlest Vec you could need. So smol.☆738Apr 29, 2026Updated 2 weeks ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆61Feb 9, 2026Updated 3 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆663Nov 18, 2023Updated 2 years ago
- The arena, a fast but limited type of allocator☆583Aug 16, 2024Updated last year
- Runtime for executing procedural macros as WebAssembly☆1,494Jan 21, 2026Updated 3 months ago
- Executor for asynchronous task based on wasm web workers.☆33Oct 3, 2024Updated last year
- A string type for Rust that is not required to be valid UTF-8.☆1,068Feb 10, 2026Updated 3 months ago
- A fast, non-secure, hashing algorithm derived from an internal hasher in FireFox.☆286Jan 3, 2024Updated 2 years ago
- "A very small syn"☆216Feb 1, 2025Updated last year
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Efficient byte-stream pipe buffer☆44Jul 1, 2024Updated last year
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,362May 2, 2026Updated 2 weeks ago
- A memory efficient string type that can store up to 24* bytes on the stack☆832Dec 24, 2025Updated 4 months ago
- Tiny little crate to determine how large an unnameable type is.☆12Mar 29, 2025Updated last year
- Per-object thread-local storage for Rust☆366Feb 18, 2026Updated 3 months ago
- A flexible, simple to use, clone-efficient String replacement for Rust☆158Feb 28, 2026Updated 2 months ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆379Dec 20, 2025Updated 5 months ago
- LZW en- and decoding that goes weeeee!☆32Apr 30, 2026Updated 2 weeks ago
- Bare-metal allocators.