set
There are 963 repositories under set topic.
emirpasic/gods
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
loiane/javascript-datastructures-algorithms
:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
deckarep/golang-set
A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
grantjenks/python-sortedcontainers
Python Sorted Container Types: Sorted List, Sorted Dict, and Sorted Set
elm/core
Elm's core libraries
mauriciosantos/Buckets-JS
A complete, fully tested and documented data structure library written in pure JavaScript.
ramsey/collection
:card_index_dividers: A PHP library for representing and manipulating collections.
liyue201/gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
P-p-H-d/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).
CosmicMind/Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
scylladb/go-set
Type-safe, zero-allocation sets for Go
js-sdsl/js-sdsl
A javascript standard data structure library which benchmark against C++ STL.
yourtion/LearningMasteringAlgorithms-C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
terkelg/zet
Set() as it should be.
marc-mabe/php-enum
Simple and fast implementation of enumerations with native PHP
jonschlinkert/kind-of
Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!
g-makarov/dot-path-value
Safely get and set deep nested properties using dot notation.
bedops/bedops
:microscope: BEDOPS: high-performance genomic feature operations
spamscanner/spamscanner
Spam Scanner is a Node.js anti-spam, email filtering, and phishing prevention tool and service. Built for @ladjs, @forwardemail, @cabinjs, @breejs, and @lassjs.
jonschlinkert/set-value
Set nested properties on an object using dot-notation.
frptools/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.
Kronuz/cpp-btree
Modern C++ B-tree containers
zhangyunhao116/skipset
skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.
raviqqe/hamt
Immutable and Memory-Efficient Maps and Sets in Go
maxitg/SetReplace
C++/Wolfram Language package for exploring set and graph rewriting systems
logic-building/functional-go
This library is inspired by functional programming - Clojure
rurban/ctl
My variant of the C Template Library
bkthomps/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.
adrienjt/redux-data-structures
Reducer factory functions for common data structures: counters, maps, lists (queues, stacks), sets, etc.
iotjin/JhForm
JhForm - 自定义表单工具,更加简单,快捷的创建表单、设置页面
deepak-malik/Data-Structures-In-Java
Data Structures implemented in Java
hashicorp/go-set
The go-set package provides generic Set implementations for Go, including HashSet for types with a Hash() function and TreeSet for orderable data
ajkhoury/ApiSet
API Set resolver for Windows
runfalk/spans
Spans is a pure Python implementation of PostgreSQL's range types.
dlang-community/containers
Containers backed by std.experimental.allocator
grantjenks/python-sortedcollections
Python Sorted Collections Library