Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: vec

Ubpa/UGM

Ubpa Graphics Mathematics

Language: C++ - Size: 539 KB - Last synced: 6 days ago - Pushed: about 2 years ago - Stars: 315 - Forks: 42

MrSyabro/cutils

Lua C Utils

Language: C - Size: 12.7 KB - Last synced: 12 days ago - Pushed: 12 days ago - Stars: 0 - Forks: 0

leontoeides/indicium

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

Language: Rust - Size: 755 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 60 - Forks: 3

pex-gl/pex-math

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

Language: JavaScript - Size: 294 KB - Last synced: 29 days ago - Pushed: 4 months ago - Stars: 14 - Forks: 2

MrSyabro/utils

Language: Lua - Size: 58.6 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

LukasKalbertodt/stable-vec

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

Language: Rust - Size: 368 KB - Last synced: 24 days ago - Pushed: 3 months ago - Stars: 15 - Forks: 9

cmazakas/minivec

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

Language: Rust - Size: 866 KB - Last synced: 14 days ago - Pushed: over 2 years ago - Stars: 30 - Forks: 8

eavelasquez/vectrust

VectRust is a Rust library for Vec. It's a simple library built to learn Rust and to understand how allocators work in Rust.

Language: Rust - Size: 7.81 KB - Last synced: about 2 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

antlabs/gstl

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

Language: Go - Size: 165 KB - Last synced: 8 days ago - Pushed: 6 months ago - Stars: 23 - Forks: 6

rustonaut/vec1

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

Language: Rust - Size: 208 KB - Last synced: about 1 month ago - Pushed: 3 months ago - Stars: 79 - Forks: 14

slightlyoutofphase/staticvec

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

Language: Rust - Size: 1.47 MB - Last synced: 11 days ago - Pushed: about 1 year ago - Stars: 267 - Forks: 20

adri326/veccell

A variant of Vec with interior mutability

Language: Rust - Size: 54.7 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 3 - Forks: 1

stdlib-js/assert-is-complex128vector-like

Test if a value is a 1-dimensional ndarray-like object containing double-precision complex floating-point numbers.

Language: Makefile - Size: 603 KB - Last synced: 9 days ago - Pushed: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-complex64vector-like

Test if a value is a 1-dimensional ndarray-like object containing single-precision complex floating-point numbers.

Language: Makefile - Size: 602 KB - Last synced: 10 days ago - Pushed: 2 months ago - Stars: 1 - Forks: 0

Sajjon/identified_vec

Like HashSet but retaining INSERTION order and without `Hash` requirement on the Element type.

Language: Rust - Size: 118 KB - Last synced: 21 days ago - Pushed: 6 months ago - Stars: 4 - Forks: 1

rphii/c-vector

Compile Time Generic Dynamic Vector in C

Language: C - Size: 114 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

m-rinaldi/small_vec

Vector supporting small buffer optimization

Language: Rust - Size: 11.7 KB - Last synced: 1 day ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

mberehulka/bitvec

Simple vector of bits aligned inside a vector of bytes

Language: Rust - Size: 3.91 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

nvzqz/head-rs

Common Rust types with inline headers, such as HeaderVec for Vec

Language: Rust - Size: 16.6 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 4 - Forks: 0

cubicle-jockey/cj_bitmask_vec

Bit is the loneliest number that you'll ever do, Two can be as bad as one, it's the loneliest number shifted one.

Language: Rust - Size: 65.4 KB - Last synced: about 1 month ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

givens/array_tools

Matlab Array Tools

Language: Matlab - Size: 5.86 KB - Last synced: 11 months ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

vecnz/Wiki

A free and open wiki for Te Herenga Waka Victoria University of Wellington Students

Size: 63.1 MB - Last synced: 1 day ago - Pushed: 1 day ago - Stars: 1 - Forks: 1

mbuesch/rangelockrs

Rust: Range lock for std::vec::Vec

Language: Rust - Size: 90.8 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

surban/remoc-obs 📦

Remotely observable collection types

Language: Rust - Size: 171 KB - Last synced: 26 days ago - Pushed: about 2 years ago - Stars: 3 - Forks: 0

Jimskapt/multipath

A library to split file path, like `/home/{user,admin}/file.txt`.

Language: Rust - Size: 6.84 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

WaffleLapkin/vecrem

Cursor-like helper which allows removing elements from vector without moving the tail every time.

Language: Rust - Size: 31.3 KB - Last synced: 9 days ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-float64vector-like

Test if a value is a 1-dimensional ndarray-like object containing double-precision floating-point numbers.

Language: Makefile - Size: 1.46 MB - Last synced: about 1 month ago - Pushed: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-vector-like

Test if a value is a 1-dimensional ndarray-like object.

Language: Makefile - Size: 1.73 MB - Last synced: 29 days ago - Pushed: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/assert-is-float32vector-like

Test if a value is a 1-dimensional ndarray-like object containing single-precision floating-point numbers.

Language: Makefile - Size: 1.28 MB - Last synced: 10 days ago - Pushed: 2 months ago - Stars: 2 - Forks: 0

stjepangolemac/ringvec

A simple ring buffer implementation

Language: Rust - Size: 3.91 KB - Last synced: 8 days ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

zTgx/cast-rs

A collection of types cast for Rust.

Language: Rust - Size: 38.1 KB - Last synced: 24 days ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

thxi/vec

An implementation of vector in C.

Language: C - Size: 19.5 KB - Last synced: over 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

murarth/option_vec

Vec<Option<T>>-like container

Language: Rust - Size: 571 KB - Last synced: 6 months ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

calebwin/svec

quick little macro for beautiful Dart-like lists in Rust

Language: Rust - Size: 2.93 KB - Last synced: about 4 hours ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

RustStudy/nomicon_book_vec

nomicon book Vec实现并改进

Language: Rust - Size: 4.88 KB - Last synced: over 1 year ago - Pushed: about 6 years ago - Stars: 2 - Forks: 0

reinvanoyen/tnt-vec2

A simple ES6 vector2 class

Language: JavaScript - Size: 3.91 KB - Last synced: 16 days ago - Pushed: over 6 years ago - Stars: 1 - Forks: 2