Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for CAPACITY Vector Vector Vector Vector Vector
GitHub Repo https://github.com/bemanproject/inplace_vector

bemanproject/inplace_vector

A dynamically-resizable vector with fixed capacity and embedded storage (P0843)
GitHub Repo https://github.com/agerasev/stavec

agerasev/stavec

Generic stack-allocated vector with static capacity
GitHub Repo https://github.com/orxfun/orx-split-vec

orxfun/orx-split-vec

An efficient dynamic capacity vector with pinned element guarantees.
GitHub Repo https://github.com/bluss/arrayvec

bluss/arrayvec

A vector with a fixed capacity. (Rust)
GitHub Repo https://github.com/karanchawla/static_vector

karanchawla/static_vector

A high-performance, fixed-capacity vector implementation for C++17 with STL-compatible interface and no dynamic memory allocation.
GitHub Repo https://github.com/slightlyoutofphase/staticvec

slightlyoutofphase/staticvec

Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
GitHub Repo https://github.com/mcwimberly/athensmicro

mcwimberly/athensmicro

R code for generating fine-grained (30m) estimates of temperature-dependent vectorial capacity in Athens, GA.
GitHub Repo https://github.com/yurakuratov/hidden_capacity

yurakuratov/hidden_capacity

Cramming 1568 Tokens into a Single Vector and Back Again: Exploring the Limits of Embedding Space Capacity (ACL 2025, oral)
GitHub Repo https://github.com/HaxyM/fixedCapacityVector

HaxyM/fixedCapacityVector

std :: vector like container with fixed capacity
GitHub Repo https://github.com/gnzlbg/static_vector

gnzlbg/static_vector

A dynamically-resizable vector with fixed capacity and embedded storage