All Projects → atapas → js-collections-map-set

atapas / js-collections-map-set

Licence: other
Repository to have example code to demonstrate JavaScript Map and Set data structures.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to js-collections-map-set

Redux Data Structures
Reducer factory functions for common data structures: counters, maps, lists (queues, stacks), sets, etc.
Stars: ✭ 157 (+647.62%)
Mutual labels:  map, set, data-structures
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 (+495.24%)
Mutual labels:  map, set, data-structures
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 (+1009.52%)
Mutual labels:  map, set, data-structures
Buckets Js
A complete, fully tested and documented data structure library written in pure JavaScript.
Stars: ✭ 1,128 (+5271.43%)
Mutual labels:  map, set, data-structures
Php Enum
Simple and fast implementation of enumerations with native PHP
Stars: ✭ 446 (+2023.81%)
Mutual labels:  map, set
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 (+85480.95%)
Mutual labels:  map, set
Libgenerics
libgenerics is a minimalistic and generic library for C basic data structures.
Stars: ✭ 42 (+100%)
Mutual labels:  map, data-structures
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 (+15238.1%)
Mutual labels:  set, data-structures
Imtools
Fast and memory-efficient immutable collections and helper data structures
Stars: ✭ 85 (+304.76%)
Mutual labels:  map, 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 (+51723.81%)
Mutual labels:  map, set
Hamt
Immutable and Memory-Efficient Maps and Sets in Go
Stars: ✭ 213 (+914.29%)
Mutual labels:  map, set
Libdict
C library of key-value data structures.
Stars: ✭ 234 (+1014.29%)
Mutual labels:  map, data-structures
Kind Of
Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!
Stars: ✭ 268 (+1176.19%)
Mutual labels:  map, set
Containers
Containers backed by std.experimental.allocator
Stars: ✭ 111 (+428.57%)
Mutual labels:  set, data-structures
Collection
A PHP library for representing and manipulating collections.
Stars: ✭ 488 (+2223.81%)
Mutual labels:  map, set
Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
Stars: ✭ 787 (+3647.62%)
Mutual labels:  set, data-structures
observable ish
Observable state and events for browser and Flutter.
Stars: ✭ 26 (+23.81%)
Mutual labels:  map, set
php-sorted-collections
Sorted Collections for PHP
Stars: ✭ 22 (+4.76%)
Mutual labels:  map, set
NonEmptyCollections
A type-safe implementation for collections that cannot be empty. Life is too short for emptiness-checks!
Stars: ✭ 45 (+114.29%)
Mutual labels:  map, set
Data-Structures-and-Algorithm-C-
Hi folks🖐🏻 , I'm maintaining this repository, feel free to open a pull request and contribute! :)
Stars: ✭ 39 (+85.71%)
Mutual labels:  data-structures

js-collections-map-set

Repository for example code to demonstrate JavaScript Map and Set data structures.

Set vs Array

set vs array

Set + Array = Better Together!

set and array

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].