Projects in Awesome Lists tagged with set
A curated list of projects in awesome lists tagged with set .
https://github.com/emirpasic/gods
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
avl-tree b-tree binary-heap data-structure enumerable go golang iterator list map queue red-black-tree set sort stack tree
Last synced: 09 Sep 2025
https://github.com/emirpasic/Gods
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
avl-tree b-tree binary-heap data-structure enumerable go golang iterator list map queue red-black-tree set sort stack tree
Last synced: 12 Mar 2025
https://github.com/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
algorithm avl-tree binary-tree data-structures deque dictionary dijkstra-algorithm graph graph-algorithms javascript-algorithms linked-list priority-queue queue quicksort set sorting-algorithms stack tree typescript typescript-algorithms
Last synced: 23 Apr 2025
https://github.com/deckarep/golang-set
A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
concurrency datastructures generics go golang set threadsafe
Last synced: 13 May 2025
https://github.com/deckarep/Golang-set
A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
concurrency datastructures generics go golang set threadsafe
Last synced: 12 Mar 2025
https://github.com/grantjenks/python-sortedcontainers
Python Sorted Container Types: Sorted List, Sorted Dict, and Sorted Set
data-types dict list python set sorted
Last synced: 12 May 2025
https://github.com/elm/core
Elm's core libraries
array core dictionary elm json set
Last synced: 14 May 2025
https://github.com/mauriciosantos/buckets-js
A complete, fully tested and documented data structure library written in pure JavaScript.
bag binary-heap binary-search binary-search-tree collection collections data-structures dictionary javascript linked-list map multimap priority-queue queue set stack tree tree-structure
Last synced: 12 Dec 2025
https://github.com/mauriciosantos/Buckets-JS
A complete, fully tested and documented data structure library written in pure JavaScript.
bag binary-heap binary-search binary-search-tree collection collections data-structures dictionary javascript linked-list map multimap priority-queue queue set stack tree tree-structure
Last synced: 02 Apr 2025
https://github.com/ramsey/collection
:card_index_dividers: A PHP library for representing and manipulating collections.
array collection hash map php php8 queue set
Last synced: 11 May 2025
https://github.com/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).
algorithms array bitset c collections data-structures generic hashmap json list lock-free memory-pool priority-queue queue set stack string tree tuples variant
Last synced: 14 Mar 2025
https://github.com/cosmicmind/algorithm
Algorithm is a library of tools that is used to create intelligent applications.
algorithm algorithms conditional-probability cosmicmind data-structure data-structures data-structures-algorithms dictionary doublylinkedlist multidictionary multiset probabilistic-programming probability redblacktree redblacktrees set sorted-sets stack swift swift-3
Last synced: 04 Apr 2025
https://github.com/CosmicMind/Algorithm
Algorithm is a library of tools that is used to create intelligent applications.
algorithm algorithms conditional-probability cosmicmind data-structure data-structures data-structures-algorithms dictionary doublylinkedlist multidictionary multiset probabilistic-programming probability redblacktree redblacktrees set sorted-sets stack swift swift-3
Last synced: 06 Aug 2025
https://github.com/js-sdsl/js-sdsl
A javascript standard data structure library which benchmark against C++ STL.
data-structure-library data-structures data-structures-and-algorithms deque dequeue hashmap hashset hashsets javascript javascript-data-structures javascript-library linklist map priority-queue rb-tree red-black-tree set stl-containers typescript typescript-data-structure
Last synced: 15 May 2025
https://github.com/terkelg/zet
Set() as it should be.
difference intersection set set-theory sets union
Last synced: 04 Apr 2025
https://github.com/marc-mabe/php-enum
Simple and fast implementation of enumerations with native PHP
enum enumeration enumerator enummap enumset map php php-enum set
Last synced: 14 May 2025
https://github.com/bedops/bedops
:microscope: BEDOPS: high-performance genomic feature operations
bed bedops bioinformatics c c-plus-plus compression conversion genomics parallel pipeline set set-theory toolkit
Last synced: 04 Apr 2025
https://github.com/jonschlinkert/set-value
Set nested properties on an object using dot-notation.
deep-property dot dot-notation dot-prop get getobject javascript lodash nested node object object-path path properties property set set-deep val value
Last synced: 15 May 2025
https://github.com/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.
batching data-structures deep dictionary es2015-modules hash-array-mapped-trie immutable immutablejs javascript javascript-library list map nested-structures red-black-tree set sorted-map sorted-set typescript typescript-definitions
Last synced: 09 Apr 2025
https://github.com/kronuz/cpp-btree
Modern C++ B-tree containers
btree c-plus-plus map modern-cpp multimap multiset set
Last synced: 09 Jul 2025
https://github.com/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.
anti-spam api data enron javascript node rspam rspamd scanner service set spam spam-classification spam-classifier spam-detection spam-filter spam-filtering spam-prevention spam-protection spamassassin
Last synced: 30 Sep 2025
https://github.com/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.
concurrent-data-structure go set skiplist sorted-sets threadsafe zset
Last synced: 09 Apr 2025
https://github.com/raviqqe/hamt
Immutable and Memory-Efficient Maps and Sets in Go
functional-programming go hamt immutable map set
Last synced: 16 May 2025
https://github.com/rurban/ctl
My variant of the C Template Library
algorithms algorithms-and-data-structures c deque hashmap hashtable header-only iterator list priority-queue queue rbtree set stack stl-containers tree verified
Last synced: 14 May 2025
https://github.com/logic-building/functional-go
This library is inspired by functional programming - Clojure
difference exists filter functional functional-go functional-programming go-functional golang intersection map map-filter-in-go merge pmap set sort sort-struct sorting superset union zip
Last synced: 17 Jul 2025
https://github.com/adrienjt/redux-data-structures
Reducer factory functions for common data structures: counters, maps, lists (queues, stacks), sets, etc.
common-reducers counter data-structures dictionary higher-order-reducers map queue reducer-composition reducer-creation reducer-generator reducer-makers redux set stack toggle
Last synced: 23 Aug 2025
https://github.com/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
generics go golang golang-library hashset red-black-tree set treeset
Last synced: 15 May 2025
https://github.com/dlang-community/containers
Containers backed by std.experimental.allocator
array containers d data-structures double-linked-list fast hashmap set single-linked-list
Last synced: 07 Jan 2026
https://github.com/grantjenks/python-sortedcollections
Python Sorted Collections Library
data-types dict list python set sorted
Last synced: 11 Dec 2025
https://github.com/abdullah-erturk/rustdesk-id-changer
RustDesk ID Changer
id remote-desktop rustdesk rustdesk-id rustdesk-id-changer rustdesk-id-set set
Last synced: 06 Apr 2025
https://github.com/cyanogenoid/dspn
[NeurIPS 2019] Deep Set Prediction Networks
deep-learning neurips neurips-2019 prediction set
Last synced: 05 May 2025
https://github.com/gabrieldim/advanced-programming
Generic programming, generic classes, maps, sets, abstract data types and so on.
abstarct class data data-type data-types generic generic-programming generics interface interfaces map set
Last synced: 10 Jul 2025
https://github.com/deckarep/ziglang-set
A generic and general purpose Set implementation for the Zig language
datastructures generics set standard-library zig zig-package ziglang
Last synced: 20 Jun 2025
https://github.com/shenwei356/unikmer
A versatile toolkit for k-mers with taxonomic information
difference golang intersection k-mer kmer set unik union unique
Last synced: 30 Dec 2025
https://github.com/byk/superset
A library that provides the missing Set methods for ES6 such as map and filter.
Last synced: 07 Apr 2025
https://github.com/ahrtr/gocontainer
Implements some containers (stack, queue, priorityQueue, set, arrayList, linkedList, map and btree) in golang
arraylist btree comparator data-structures go gocontainer golang linkedlist linkedmap priorityqueue queue set sort stack
Last synced: 22 Mar 2025
https://github.com/delonnewman/invokable
Objects are functions! Treat any Object or Class as a Proc (like Enumerable but for Procs).
array composition curry currying functional-programming functions hash memoization memoize objects ruby ruby-gem ruby-lambda ruby-proc set
Last synced: 13 Apr 2025
https://github.com/karmaniverous/serify-deserify
Reversibly transform unserializable values into serializable ones. Includes Redux middleware.
bigint date deserialize json map parse redux serializable serialize set state stringify type typescript
Last synced: 06 Apr 2025
https://github.com/atapas/js-collections-map-set
Repository to have example code to demonstrate JavaScript Map and Set data structures.
data-collection data-structures javascript map set
Last synced: 12 Apr 2025
https://github.com/amadeusitgroup/amc
Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set
cpp cpp-header cpp-library cpp11 cpp17 fixedcapacityvector flatset header-only highperformance set smallvector sortedvector vector
Last synced: 25 Apr 2025
https://github.com/geeknoid/frozen-collections
Fast partially immutable collections for Rust
collections map no-std rust set
Last synced: 21 Aug 2025
https://github.com/LucaBonamino/BruteSniffing_Fisher
hacking tool
attacks bruteforce brutesniffing-fisher cloning ethical-hacking fishing hacking information-gathering proxychains python set sniffing social-engeneering-toolkit socket
Last synced: 09 Jul 2025
https://github.com/mw201608/superexacttest
Statistical testing and visualization of mult-set intersections
intersection set statistics visualization
Last synced: 22 Oct 2025
https://github.com/yogsec/social-engineering-tactics
Social Engineering Tactics contains real-world social engineering tactics used for manipulation, persuasion, and deception. Stay aware and stay secure!
bugbounty cyber-security cyber-security-tool cybersecurity cybersecurity-tools ethical-hacking hacking hacking-tools set set-toolkit social-engineering social-engineering-and-phishing-attacks social-engineering-attacks social-engineering-phrases social-engineering-tactics social-engineering-techniques social-engineering-toolkit social-engineering-tools
Last synced: 11 Feb 2026
https://github.com/ikod/cachetools
python cachetools for dlang
2q-cache cache cachetools d dlang doubly-linked-list hashmap hashtable lru-cache ordereddict set ttl unrolled-list
Last synced: 27 Jan 2026
https://msune.github.io/libcdada/
Basic data structures in C: list, set, map/hashtable, queue... (libstdc++ wrapper)
bitmap c cdada data data-container data-structures data-structures-and-algorithms hashmap hashtable library libstdc libstdcxx linked-list list map queue set stack string struct
Last synced: 18 Nov 2025
https://github.com/varunbln/customarmor
Pocketmine plugin in PHP to create custom armor sets with several abilities
abilities armor armorset burger custom mcmmo php plugin pmmp pmmp-plugin pocketmine rpg set special
Last synced: 23 Oct 2025
https://github.com/perdata/treap
golang persistent immutable treap sorted sets
golang heap immutable map persistent set treap tree
Last synced: 14 Mar 2025
https://github.com/codewithdhruba01/learn-python-language
This repository provides a structured breakdown of key Python topics from beginner to advanced
dictionary function ifelse list loops oops recursion set string
Last synced: 27 Jul 2025
https://github.com/msune/libcdada
Basic data structures in C: list, set, map/hashtable, queue... (libstdc++ wrapper)
bitmap c cdada data data-container data-structures data-structures-and-algorithms hashmap hashtable library libstdc libstdcxx linked-list list map queue set stack string struct
Last synced: 24 Apr 2025
https://github.com/StudioSol/set
A simple Set data structure implementation in Go (Golang) using LinkedHashMap.
data-structures go golang hacktoberfest linked-hashmap set
Last synced: 14 Mar 2025
https://github.com/jaguar-dart/observable_ish
Observable state and events for browser and Flutter.
binding emitter events flutter list map mobile observable pipe react react-native reactive set ui
Last synced: 12 Oct 2025
https://github.com/staircase-dev/piso
Pandas Interval Set Operations: providing methods for set operations, analytics, lookups and joins on pandas' Interval, IntervalArray and IntervalIndex
data-analysis data-science data-structures interval interval-arithmetic interval-set pandas set set-operations set-theory
Last synced: 20 Aug 2025
https://github.com/jonschlinkert/union-value
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation. Node.js/JavaScript util.
array dot-notation get nested-values object set union utility
Last synced: 09 Apr 2025
https://github.com/bluefireteam/ordered_set
A simple implementation for an ordered set
collections dart flame flutter hacktoberfest set
Last synced: 06 Oct 2025
https://github.com/Akagi201/utils-go
Some awesome go utils
concurrent-map config error-handling golang ip json map radix redis set slice testing url utils
Last synced: 19 Aug 2025
https://github.com/lovasoa/fast_array_intersect
The fastest javascript array intersection function
algorithms arrays intersection javascript-library set utility
Last synced: 12 May 2025
https://github.com/akagi201/utils-go
Some awesome go utils
concurrent-map config error-handling golang ip json map radix redis set slice testing url utils
Last synced: 29 Mar 2025
https://github.com/jofas/map_macro
Declarative macros for statically initializing collections with ease
collections hashbrown hashmap hashset macros map no-std rust rust-crate set
Last synced: 09 Apr 2025
https://github.com/tomakado/containers
Collection of simple generic data structures currently missing in Go's standard library.
binary-search-tree binary-tree data-structures go-algorithms go-datastructure go-library linked-list queue set stack tree tree-structure
Last synced: 25 Jul 2025
https://github.com/monitor1379/yagods
Generic data structure using parameterized types in Golang.
avl-tree b-tree binary-heap data-structure enumerable generic generic-programming go gods iterator list map red-black-tree set sort stack tree type-parameter
Last synced: 27 Jul 2025
https://github.com/delonnewman/activerecord-setops
Union, Intersect, and Difference set operations for ActiveRecord (also, SQL's UnionAll).
activerecord activerecord-extension activerecord-queries arel query relational-algebra relational-database relational-databases ruby ruby-gem ruby-on-rails set set-operations set-theory sets sql sql-except sql-intersect sql-union sql-unionall
Last synced: 13 Apr 2025
https://github.com/paurkedal/ocaml-radixmap
Map à la Binary Radix Tree
containers ip-address map ocaml radix-tree set
Last synced: 01 Oct 2025
https://github.com/elandaofficial/venum
A simulated java-like associative-enum implementation.
associative cpp enum java macros map set venum
Last synced: 24 Jun 2025
https://github.com/benibela/hamt
Mutable and immutable persistent maps and sets as hash array mapped trie (HAMT) for FreePascal
hamt hashmap hashset hat-trie immutable immutable-collections immutable-datastructures map persistent-data-structure set trie
Last synced: 09 Mar 2026
https://github.com/klaudiosinani/dsforest
Disjoint-set forests for ES6
disjoint es6 find forest set typescript union
Last synced: 24 Apr 2025
https://github.com/rekola/radix-cpp
Radix set/map implementation
c-plus-plus cplusplus data-structures map radix-sort set
Last synced: 14 Aug 2025
https://github.com/aartaka/stdlambda
Standard library for Lambda Calculus, finally making LC a practical programming language.
arithmetic boolean-logic cons lambda-calculus list recursion set stdlib
Last synced: 19 Jan 2026
https://github.com/jerolba/bikey
Low memory footprint Map and Set implementation on objects with composited keys
bikey collections java map set table
Last synced: 12 Feb 2026
https://github.com/clarketm/super
Data structures, data types, and algorithms with superpowers! 💪😎
array binarytree data-structures data-types heap javascript linkedlist map math number object priorityqueue queue set sorting-algorithms string super superpowers trie
Last synced: 14 Apr 2025
https://github.com/davdroman/swift-builders
Result builders for Swift and Foundation types
array builder data dictionary resultbuilder set string substring swift
Last synced: 09 Apr 2025
https://github.com/tomeraberbach/keyalesce
🔑 Get the same key for the same sequence of values!
finalizationregistry hashing idempotent key-value map set weakmap weakref
Last synced: 22 Jul 2025
https://github.com/jankapunkt/js-set-extension
Extending the Set class in order to support mathematical set properties and operations.
complement difference hacktoberfest intersection javascript math powerset proper-subset proper-superset set set-theory subset superset symmetric-difference union
Last synced: 22 Apr 2025
https://github.com/jonschlinkert/option-cache
Get and set options easily, for node.js projects.
cache config configuration defaults get option options set settings
Last synced: 17 Oct 2025
https://github.com/martinohmann/vecmap-rs
A vector-based map and set implementation for rust
Last synced: 31 Jul 2025
https://github.com/trackableentities/trackable-entities-js
Base classes that track change state when properties are updated and objects are added or removed objects from collections.
angular change-tracking map observables proxies set
Last synced: 11 Apr 2025
https://github.com/sondernextdoor/virtualmachine
Turing-complete 64-bit virtual machine written in C++ and C#
architecture assembler assembly cpp cpu csharp custom emulator filesystem gui instruction isa set simple virtual virtual-machine virtualization vm wpf
Last synced: 08 Apr 2025
https://github.com/shubh2-0/collection-framework
Collection Framework that makes our work lighter by providing useful da: Collection Framework repo offers practical implementations and theoretical insights into Java's powerful Collection Framework. Explore data structures, algorithms, and usage examples. Contribute, learn, and unlock the full potential of collections! 📚💻✨ #Java #Collections
arraylist collection-frameworks collections java linked-list queue set spring-boot
Last synced: 23 Apr 2025
https://github.com/cantido/int_set
A time- and memory-efficient data structure for positive integers.
bitfield bitfields bittorrent collection elixir enumerable hacktoberfest set
Last synced: 10 Apr 2025
https://github.com/Cantido/int_set
A time- and memory-efficient data structure for positive integers.
bitfield bitfields bittorrent collection elixir enumerable hacktoberfest set
Last synced: 03 Apr 2025
https://github.com/jeeliz/jeelizexposurecontroller
JavaScript/WebGL library to control the camera exposure using ImageCapture API, according to a set average lightness.
average camera control imagecapture imagecapture-api javascript lightness set webcam webgl
Last synced: 16 Apr 2025
https://github.com/theislab/superexacttestpy
Python implementation of the SuperExactTest package
intersection python3 set statistics visualization
Last synced: 11 Oct 2025
https://github.com/inspect-js/which-collection
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
collection javascript map set weakmap weakset which
Last synced: 05 Apr 2025
https://github.com/jaydattpatel/python-programming
Python Programming
coding-ninjas count-index-in-python doctest file-handling-in-python lamda-function-in-python list-comprehensions loops-python online-manipal-bca python python-3-programming random-in-python range rest-api set slice-operator-in-python string-in-python tupel turtle unit-testing zip-in-python
Last synced: 23 Apr 2025
https://github.com/talfig/set-data-structure
Data structure implementation for mathematical set operations in C.
data-structures mathematics set
Last synced: 18 Apr 2025
https://github.com/radekmie/ranges-set
Set operations on human-friendly ranges.
friendly hacktoberfest human range set util
Last synced: 22 Apr 2025