vec topic

List vec repositories

staticvec

267
Stars
20
Forks
Watchers

Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.

minivec

30
Stars
8
Forks
Watchers

A space-optimized implementation of std::vec::Vec

UGM

314
Stars
42
Forks
Watchers

Ubpa Graphics Mathematics

vec1

79
Stars
15
Forks
Watchers

Rust `Vec<T>` wrapper that gurantees to contain at least 1 element

indicium

61
Stars
3
Forks
Watchers

A simple in-memory search for collections and key-value stores.

gstl

23
Stars
6
Forks
Watchers

快写完了....支持泛型的数据结构库(vec, linkedlist, skiplist, hashtable, btree, avltree, rbtree, trie, set

pex-math

15
Stars
2
Forks
Watchers

Array-based vector, quaternion and matrix math with utils for PEX.

stable-vec

15
Stars
9
Forks
Watchers

A Vec-like collection which guarantees stable indices and features O(1) deletion of elements