An open API service providing repository metadata for many open source software ecosystems.

Topic: "unordered-set"

greg7mdp/parallel-hashmap

A family of header-only, very fast and memory-friendly hashmap and btree containers.

Language: C++ - Size: 3.12 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 2,962 - Forks: 280

martinus/unordered_dense

A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion

Language: C++ - Size: 1.56 MB - Last synced at: 26 days ago - Pushed at: 5 months ago - Stars: 1,079 - Forks: 89

greg7mdp/gtl

Greg's Template Library of useful classes.

Language: C++ - Size: 2.43 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 198 - Forks: 11

gaujay/indivi_collection

A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse deque.

Language: C++ - Size: 2.23 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 25 - Forks: 1

cm-jones/libdsc

C library featuring reimplementations of containers from the C++ Standard Library

Language: C++ - Size: 1.09 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 18 - Forks: 1

hordi/hash

Fast C++ flat (open addressing) hash set, map

Language: C++ - Size: 2.22 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

s0rg/set

generic set

Language: Go - Size: 24.4 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 0

danieldotwav/Difference-of-Arrays

A C++ program that finds and displays the unique elements between two integer arrays.

Language: C++ - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

mostafa-cse/STL

Collection of STL and algorithms code snippets with tutorials for quick reference and learning.

Language: C++ - Size: 149 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

hansalemaos/stl_pretty_print

Pretty Printer for any arbitrarily nested STL container

Language: C++ - Size: 140 KB - Last synced at: 16 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Ahmed-Arafat10/STLs-Library

Documentation Of C++ Standard Template Library (STLs) Used In Competitive Programming

Language: C++ - Size: 37.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

miraehab/LeetCode-August-Daily-Challenges-2022

This repository contains my solutions to the LeetCode Daily Challenges of August implemented in C++

Language: C++ - Size: 46.9 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

miraehab/LeetCode-July-Daily-Challenges-2022

This repository contains my solutions to the LeetCode Daily Challenges of July implemented in C++

Language: C++ - Size: 36.1 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Akashkhandelwal191/Complete_STL

Complete STL(Standard Template Library) With Example And Source Code

Language: C++ - Size: 169 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

csn3rd/Word-Search-Solver 📦

This is a wordsearch puzzle solver. I know this is not the most efficient solution to solving a wordsearch. Using tries is much more efficient than this brute force solution. My purpose for this program was to demonstrate my knowledge of hashtables in C++ and the unordered_set is one such implementation in the C++ STL.

Language: C++ - Size: 1.43 MB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

eigenwhat/ax.hash

Toolkit for hashing user-defined types for use in hash maps, sets, etc.

Language: C++ - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0