All Projects → Collection → Similar Projects or Alternatives

1261 Open source projects that are alternatives of or similar to Collection

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 (-74.39%)
Mutual labels:  array, set, collection, queue, map
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+131.15%)
Mutual labels:  set, collection, queue, map
Redisson
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
Stars: ✭ 17,972 (+3582.79%)
Mutual labels:  set, queue, map
ustd
Micro-standard-library providing minimal and portable array, queue and map for attiny avr, arduinos, esp8266/32 and linux, mac
Stars: ✭ 14 (-97.13%)
Mutual labels:  map, queue, array
NonEmptyCollections
A type-safe implementation for collections that cannot be empty. Life is too short for emptiness-checks!
Stars: ✭ 45 (-90.78%)
Mutual labels:  map, set, collection
php-sorted-collections
Sorted Collections for PHP
Stars: ✭ 22 (-95.49%)
Mutual labels:  map, set, collection
Redux Data Structures
Reducer factory functions for common data structures: counters, maps, lists (queues, stacks), sets, etc.
Stars: ✭ 157 (-67.83%)
Mutual labels:  set, queue, map
invokable
Objects are functions! Treat any Object or Class as a Proc (like Enumerable but for Procs).
Stars: ✭ 40 (-91.8%)
Mutual labels:  set, array, hash
Kind Of
Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!
Stars: ✭ 268 (-45.08%)
Mutual labels:  array, set, map
Map
PHP Map package for easy and elegant handling of PHP arrays as array-like map objects
Stars: ✭ 1,180 (+141.8%)
Mutual labels:  array, collection, map
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 (-34.22%)
Mutual labels:  array, set, queue
array-keyed-map
JS datastructure, like Map, but the keys are arrays
Stars: ✭ 29 (-94.06%)
Mutual labels:  map, array
php-collections
A collection library for php
Stars: ✭ 34 (-93.03%)
Mutual labels:  map, array
js-collections-map-set
Repository to have example code to demonstrate JavaScript Map and Set data structures.
Stars: ✭ 21 (-95.7%)
Mutual labels:  map, set
Awesome Maps
There is more than google: A collection of great online maps 🌍🗺🌎
Stars: ✭ 124 (-74.59%)
Mutual labels:  collection, map
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+26.02%)
Mutual labels:  set, queue
Php Enum
Simple and fast implementation of enumerations with native PHP
Stars: ✭ 446 (-8.61%)
Mutual labels:  set, map
Android interviews
🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!
Stars: ✭ 510 (+4.51%)
Mutual labels:  array, queue
Moses
Utility library for functional programming in Lua
Stars: ✭ 541 (+10.86%)
Mutual labels:  array, collection
Pgo
Go library for PHP community with convenient functions
Stars: ✭ 51 (-89.55%)
Mutual labels:  array, map
Containers
Containers backed by std.experimental.allocator
Stars: ✭ 111 (-77.25%)
Mutual labels:  array, set
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 (+2130.12%)
Mutual labels:  set, map
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 (-89.14%)
Mutual labels:  array, queue
Data Structures
Common data structures and algorithms implemented in JavaScript
Stars: ✭ 139 (-71.52%)
Mutual labels:  array, queue
Algo Tree
Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
Stars: ✭ 166 (-65.98%)
Mutual labels:  array, queue
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+810.04%)
Mutual labels:  array, queue
js-deep-sort-object
Simple module to sort objects recursively by its keys
Stars: ✭ 19 (-96.11%)
Mutual labels:  collection, array
ctl
My variant of the C Template Library
Stars: ✭ 105 (-78.48%)
Mutual labels:  set, queue
go-streams
Stream Collections for Go. Inspired in Java 8 Streams and .NET Linq
Stars: ✭ 127 (-73.98%)
Mutual labels:  collection, array
Hash Set
#️⃣ Set with custom equality comparisons
Stars: ✭ 6 (-98.77%)
Mutual labels:  hash, set
deque
A highly optimized double-ended queue
Stars: ✭ 75 (-84.63%)
Mutual labels:  queue, array
react-smart-key
Pass anything as key without re-renders
Stars: ✭ 17 (-96.52%)
Mutual labels:  collection, array
Cdcontainers
Library of data containers and data structures for C programming language.
Stars: ✭ 57 (-88.32%)
Mutual labels:  queue, map
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (-91.39%)
Mutual labels:  queue, map
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 (-52.25%)
Mutual labels:  set, map
Hamt
Immutable and Memory-Efficient Maps and Sets in Go
Stars: ✭ 213 (-56.35%)
Mutual labels:  set, map
Cracking The Coding Interview
Solutions for Cracking the Coding Interview - 6th Edition
Stars: ✭ 35 (-92.83%)
Mutual labels:  array, queue
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (-47.95%)
Mutual labels:  set, queue
Dyno
Package dyno is a utility to work with dynamic objects at ease.
Stars: ✭ 81 (-83.4%)
Mutual labels:  array, map
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (-93.65%)
Mutual labels:  queue, array
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 (+560.04%)
Mutual labels:  set, queue
Eternal
A C++14 compile-time/constexpr map and hash map with minimal binary footprint
Stars: ✭ 93 (-80.94%)
Mutual labels:  hash, map
Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
Stars: ✭ 464 (-4.92%)
Mutual labels:  queue, array
data-structure-project
自己实现集合框架系列整理总结
Stars: ✭ 29 (-94.06%)
Mutual labels:  queue, array
Core
Elm's core libraries
Stars: ✭ 2,634 (+439.75%)
Mutual labels:  array, set
observable ish
Observable state and events for browser and Flutter.
Stars: ✭ 26 (-94.67%)
Mutual labels:  map, set
Arrayy
🗃 Array manipulation library for PHP, called Arrayy!
Stars: ✭ 363 (-25.61%)
Mutual labels:  array, collection
Hashmap
HashMap JavaScript class for Node.js and the browser. The keys can be anything and won't be stringified
Stars: ✭ 363 (-25.61%)
Mutual labels:  array, map
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (-14.14%)
Mutual labels:  queue
React Native Map Clustering
React Native map clustering both for Android and iOS.
Stars: ✭ 450 (-7.79%)
Mutual labels:  map
Mapbox Gl Native
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
Stars: ✭ 4,091 (+738.32%)
Mutual labels:  map
Wyhash
The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.
Stars: ✭ 410 (-15.98%)
Mutual labels:  hash
Hashids
A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.
Stars: ✭ 4,596 (+841.8%)
Mutual labels:  hash
Mapsui
Mapsui is a .NET Map component for WPF, Xamarin.Forms, Xamarin.Android, Xamarin.iOS and UWP
Stars: ✭ 447 (-8.4%)
Mutual labels:  map
Awesome Gists
A collection of amazing gists
Stars: ✭ 413 (-15.37%)
Mutual labels:  collection
Leaflet.easybutton
leaflet control buttons with icons and callbacks
Stars: ✭ 408 (-16.39%)
Mutual labels:  map
Jocko
Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install, Cloud Native)
Stars: ✭ 4,445 (+810.86%)
Mutual labels:  queue
Laravel Helpers
An extensive set of Laravel framework helper functions and collection macros.
Stars: ✭ 407 (-16.6%)
Mutual labels:  array
Nsq
A realtime distributed messaging platform (forked from https://github.com/nsqio/nsq)
Stars: ✭ 476 (-2.46%)
Mutual labels:  queue
Search That Hash
🔎Searches Hash APIs to crack your hash quickly🔎 If hash is not found, automatically pipes into HashCat⚡
Stars: ✭ 466 (-4.51%)
Mutual labels:  hash
1-60 of 1261 similar projects