All Projects → Containers → Similar Projects or Alternatives

1332 Open source projects that are alternatives of or similar to Containers

Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (+12.61%)
Mutual labels:  data-structures, array, set, containers
Mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Stars: ✭ 321 (+189.19%)
Mutual labels:  array, set, hashmap
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (+72.97%)
Mutual labels:  data-structures, hashmap, containers
Staticvec
Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.
Stars: ✭ 236 (+112.61%)
Mutual labels:  data-structures, array, containers
HashMapC
A tiny library for using easily HashMap, arraylist in the C.
Stars: ✭ 21 (-81.08%)
Mutual labels:  array, hashmap
Static Frame
Immutable and grow-only Pandas-like DataFrames with a more explicit and consistent interface.
Stars: ✭ 217 (+95.5%)
Mutual labels:  data-structures, array
Collectable
High-performance immutable data structures for modern JavaScript and TypeScript applications. Functional interfaces, deep/composite operations API, mixed mutability API, TypeScript definitions, ES2015 module exports.
Stars: ✭ 233 (+109.91%)
Mutual labels:  data-structures, set
Wyhash
The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.
Stars: ✭ 410 (+269.37%)
Mutual labels:  hashmap, fast
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (+609.01%)
Mutual labels:  data-structures, set
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (+25.23%)
Mutual labels:  data-structures, array
Redux Data Structures
Reducer factory functions for common data structures: counters, maps, lists (queues, stacks), sets, etc.
Stars: ✭ 157 (+41.44%)
Mutual labels:  data-structures, set
Hashmap
HashMap JavaScript class for Node.js and the browser. The keys can be anything and won't be stringified
Stars: ✭ 363 (+227.03%)
Mutual labels:  array, hashmap
js-collections-map-set
Repository to have example code to demonstrate JavaScript Map and Set data structures.
Stars: ✭ 21 (-81.08%)
Mutual labels:  set, data-structures
Rea
Lightweight library of data structures implemented in C++11, designed for constant time insertion, erasure, lookup, and fastest possible iteration.
Stars: ✭ 157 (+41.44%)
Mutual labels:  data-structures, fast
komihash
Very fast, high-quality hash function (non-cryptographic, C) + PRNG
Stars: ✭ 68 (-38.74%)
Mutual labels:  fast, hashmap
invokable
Objects are functions! Treat any Object or Class as a Proc (like Enumerable but for Procs).
Stars: ✭ 40 (-63.96%)
Mutual labels:  set, array
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+3900.9%)
Mutual labels:  data-structures, array
Core
Elm's core libraries
Stars: ✭ 2,634 (+2272.97%)
Mutual labels:  array, set
Kind Of
Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!
Stars: ✭ 268 (+141.44%)
Mutual labels:  array, set
Structurae
Data structures for high-performance JavaScript applications.
Stars: ✭ 323 (+190.99%)
Mutual labels:  data-structures, array
data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (-73.87%)
Mutual labels:  array, hashmap
ctl
My variant of the C Template Library
Stars: ✭ 105 (-5.41%)
Mutual labels:  set, hashmap
Javascript Datastructures Algorithms
📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
Stars: ✭ 3,221 (+2801.8%)
Mutual labels:  data-structures, set
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-72.07%)
Mutual labels:  array, data-structures
Collection
A PHP library for representing and manipulating collections.
Stars: ✭ 488 (+339.64%)
Mutual labels:  array, set
Leetcode
Provide all my solutions and explanations in Chinese for all the Leetcode coding problems.
Stars: ✭ 5,619 (+4962.16%)
Mutual labels:  data-structures, array
Geeksforgeeks Dsa 2
This repository contains all the assignments and practice questions solved during the Data Structures and Algorithms course in C++ taught by the Geeks For Geeks team.
Stars: ✭ 53 (-52.25%)
Mutual labels:  data-structures, array
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+916.22%)
Mutual labels:  data-structures, set
Sc
Common libraries and data structures for C.
Stars: ✭ 161 (+45.05%)
Mutual labels:  data-structures, hashmap
Semimap
A semi compile-/run-time associative map container with compile-time lookup and run-time storage
Stars: ✭ 335 (+201.8%)
Mutual labels:  hashmap, containers
Dashmap
Blazing fast concurrent HashMap for Rust.
Stars: ✭ 1,128 (+916.22%)
Mutual labels:  data-structures, hashmap
Smart Array To Tree
Convert large amounts of data array to tree fastly
Stars: ✭ 91 (-18.02%)
Mutual labels:  array, fast
Gopherlabs
The Ultimate Workshop Track for #golang Developer
Stars: ✭ 106 (-4.5%)
Mutual labels:  data-structures
Docker Slim
DockerSlim (docker-slim): Don't change anything in your Docker container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
Stars: ✭ 11,712 (+10451.35%)
Mutual labels:  containers
Reg
Docker registry v2 command line client and repo listing generator with security checks.
Stars: ✭ 1,485 (+1237.84%)
Mutual labels:  containers
Lispe
An implementation of a full fledged Lisp interpreter with Data Structure, Pattern Programming and High level Functions with Lazy Evaluation à la Haskell.
Stars: ✭ 105 (-5.41%)
Mutual labels:  data-structures
Go Algorithm
Implementations of data structures & algorithms written in Golang.
Stars: ✭ 109 (-1.8%)
Mutual labels:  data-structures
Gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, …
Stars: ✭ 10,883 (+9704.5%)
Mutual labels:  set
Ouroboros
Automatically update running docker containers with newest available image
Stars: ✭ 1,474 (+1227.93%)
Mutual labels:  containers
Pipeline
Banzai Cloud Pipeline is a solution-oriented application platform which allows enterprises to develop, deploy and securely scale container-based applications in multi- and hybrid-cloud environments.
Stars: ✭ 1,445 (+1201.8%)
Mutual labels:  containers
Labs
This is a collection of tutorials for learning how to use Docker with various tools. Contributions welcome.
Stars: ✭ 10,443 (+9308.11%)
Mutual labels:  containers
Karn
Simplifying Seccomp enforcement in containerized or non-containerized apps
Stars: ✭ 104 (-6.31%)
Mutual labels:  containers
Magnitude
A fast, efficient universal vector embedding utility package.
Stars: ✭ 1,394 (+1155.86%)
Mutual labels:  fast
Datum
pure functional and generic programming for Erlang
Stars: ✭ 111 (+0%)
Mutual labels:  data-structures
Quitnow Cache
A collection to store data for a given time
Stars: ✭ 109 (-1.8%)
Mutual labels:  data-structures
Cas Webapp Docker
Apereo CAS Server web application running inside a docker container.
Stars: ✭ 107 (-3.6%)
Mutual labels:  containers
Mist Ce
Mist is an open source, multi-cloud management platform
Stars: ✭ 1,391 (+1153.15%)
Mutual labels:  containers
Criu
Checkpoint/Restore tool
Stars: ✭ 1,389 (+1151.35%)
Mutual labels:  containers
Selinux
common selinux implementation
Stars: ✭ 107 (-3.6%)
Mutual labels:  containers
Async Ray
Provide async/await callbacks for every, find, findIndex, filter, forEach, map, reduce, reduceRight and some methods in Array.
Stars: ✭ 102 (-8.11%)
Mutual labels:  array
Docker Client
INACTIVE: A simple docker client for the JVM
Stars: ✭ 1,380 (+1143.24%)
Mutual labels:  containers
Xseries
Library for cross-version Minecraft Bukkit support and various efficient API methods.
Stars: ✭ 109 (-1.8%)
Mutual labels:  fast
Go Algorithms
Algorithms and data structures for golang
Stars: ✭ 1,529 (+1277.48%)
Mutual labels:  data-structures
Mapster
A fast, fun and stimulating object to object Mapper
Stars: ✭ 1,375 (+1138.74%)
Mutual labels:  fast
Daily Coding Problem
Solutions to Daily Coding Problem in Javascript
Stars: ✭ 102 (-8.11%)
Mutual labels:  data-structures
Minideb
A small image based on Debian designed for use in containers
Stars: ✭ 1,561 (+1306.31%)
Mutual labels:  containers
Borm
【🔥今日热门】🏎️ 更好的ORM库 (Better ORM library that is simple, fast and self-mockable for Go)
Stars: ✭ 102 (-8.11%)
Mutual labels:  fast
Cn sort
中文排序:按拼音/笔顺快速排序简体中文词组(百万数量级,可含中英/多音字)。如果对您有所帮助,欢迎点个star鼓励一下。
Stars: ✭ 102 (-8.11%)
Mutual labels:  fast
Ultimate Go
This repo contains my notes on working with Go and computer systems.
Stars: ✭ 1,530 (+1278.38%)
Mutual labels:  data-structures
Bitnami Docker Node
Bitnami Node.js Docker Image
Stars: ✭ 111 (+0%)
Mutual labels:  containers
1-60 of 1332 similar projects