An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with hashset

A curated list of projects in awesome lists tagged with hashset .

https://github.com/jtmueller/Collections.Pooled

Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.

arraypool dictionary hashset list queue span stack

Last synced: 24 Mar 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/ayazhafiz/xorf

Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.

bloom-filter data-structures hashset probability rust xor-filter

Last synced: 12 Apr 2025

https://github.com/fisothemes/twincat-dynamic-collections

A TwinCAT library for creating and manipulating dynamic collections of data in TwinCAT. It provides multiple data structures such as ArrayList (a dynamic array), List (a doubly linked list that is optimized for sequential access and mutation), Set, Map, Queue, Stack and more. Examples are in the project.

beckhoff collections data-structures hashmap hashset iec-st industrial-automation iterative-avl plc plc-programming queue stack treemap treeset twincat twincat3

Last synced: 30 Jun 2025

https://github.com/fsprojects/fsharp-hashcollections

Library providing fast hash based immutable map and set

collections fsharp hamt hashmap hashset immutable-collections

Last synced: 28 Jun 2025

https://github.com/psiace/ritelinked

RiteLinked - LinkedHashMap & LinkedHashSet in Rust

data-structures hash hashmap hashset indexmap linked-hash-map linked-hash-set rust

Last synced: 12 Dec 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/tommyettinger/jdkgdxds

Java data structures for primitive and/or Object items

case-insensitive data-structures deque hashmap hashset insertion-order java-8 list primitive-types

Last synced: 22 Mar 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: 05 Mar 2025

https://github.com/jmcamposdev/java-book-exercises

📚 Welcome to the ☕️ code exercise repository for the Paraninfo Programming book by Alfonso Jiménez Martín and Francisco Manuel Pérez Montes (ed. Paraninfo)! 👨‍💻 Improve your coding skills with carefully written and commented exercises 📝, ranging from simple to complex.

arraylist arrays binaryfiles class file-handling functions hashmap-java hashset if-else java java-examples java-exercises jdbc-database loops matrix poo streams string-manipulation

Last synced: 19 Apr 2025

https://github.com/gilzoide/unity-serializable-collections

Serializable versions of Dictionary, HashSet and KeyValuePair for Unity 2020.1+

collections dictionary hashmap hashset keyvaluepair serializable unity

Last synced: 02 Apr 2025

https://github.com/viniciusdsandrade/java-data-structure

Repository for studying data structures in Java: Linked List, Queue, Stack, Tree, Graph and others seen at the Technical College of Campinas - State University of Campinas under the guidance of Professor André Luís dos Reis Gomes de Carvalho.

algorithms-and-data-structures graph hashmap hashset java linked-list queue stack tree

Last synced: 27 Apr 2025

https://github.com/unityvn/csharp-collection-notes

Tổng hợp các lưu ý về các kiểu dữ liệu tập hợp trong C#

array csharp dictionary hashset linkedlist list queue stack

Last synced: 06 Apr 2025

https://github.com/dhan-profile/java

This repository serves as a collection of Java practice codes aimed at sharpening programming skills and reinforcing core Java concepts.

arraylist exception-handling files hashset iterator java linked-list lists oops-in-java scope threads

Last synced: 11 Apr 2025

https://github.com/lieutenantpeacock/javacollections4js

Implementations of some commonly-used Java collections in JavaScript.

arraylist collections hashmap hashset javascript

Last synced: 20 Feb 2025

https://github.com/jonnadal/hashable

HashMap and HashSet replacements that implement the Hash trait

hashmap hashset rust

Last synced: 20 Jul 2025

https://github.com/yevrag35/powershell-listfunctions

A simple module that provides functions to manipulate and search through Arrays, Collections, Lists, and Sets.

all any hashset list powershell powershell-module

Last synced: 29 Jul 2025

https://github.com/german-one/c-hashmap-and-hashset

C interface of a hash map, incl. an implementation of a hash set.

c hashmap hashset hashtable

Last synced: 08 Sep 2025

https://github.com/skazemi/collidea-rust

Collision-prone memory-efficient collections

data-structures hash hashmap hashset memory-efficient

Last synced: 18 Sep 2025

https://github.com/emahtab/contains-duplicate

Check whether an array contains a duplicate value.

array duplicate hashset leetcode problem-solving

Last synced: 18 Aug 2025

https://github.com/maawad/ptx_bcht

Bucketed Cuckoo hash set written in PTX and JIT-compiled.

cuckoo cuda gpu hash hashset ptx

Last synced: 04 Apr 2025

https://github.com/emahtab/missing-number

Find the missing number

hashset leetcode problem-solving

Last synced: 21 Jul 2025

https://github.com/emahtab/longest-substring-without-repeating-characters

Longest Substring Without Repeating Characters

hashset leetcode sliding-window

Last synced: 28 Mar 2025

https://github.com/emahtab/happy-number

Find whether a number is a Happy Number

happy-number hashset leetcode problem-solving

Last synced: 28 Mar 2025

https://github.com/kaessam/ps

This repository is managed by LeetPush extension: https://github.com/husamahmud/LeetPush

arrays dictionary hashing hashset hashtable linked-list problem-solving sql sql-server tree

Last synced: 03 Jan 2026

https://github.com/randika00/java-class

Java Generics is a set of related methods or a set of similar types.

hashmap-java hashset

Last synced: 29 Dec 2025

https://github.com/alipolatli/data-structures

Aimed at understanding the engineering behind by customizing built-in data structures in dotnet.

array enumerable hashset queue-stack recursive sortedlist tree

Last synced: 08 Jul 2025

https://github.com/bhanuvikasr/auto-complete

Implemented text Auto-complete feature from scratch

binary-search-tree hashset ternary-search-tree

Last synced: 20 Jun 2025

https://github.com/lucasdiasjorge/library-management-system

https://www.coursera.org/learn/introduction-to-programming-with-c-sharp/lecture/Bgv1H/introduction-to-the-project

csharp hashset library-management-system

Last synced: 18 Jun 2025

https://github.com/lauragabs/gestao-animais-tutores

Este programa é um gerenciador de animais e tutores, onde os dados dos animais são armazenados em um HashMap e os nomes dos tutores são armazenados em um HashSet

hashmap hashset java

Last synced: 24 Feb 2025

https://github.com/unityvn/collection-of-data-types-into-a-set

Tổng hợp về các kiểu dữ liệu tập hợp trong C#

array csharp dictionary hashset linkedlist list queue stack

Last synced: 21 Mar 2025

https://github.com/soenneker/soenneker.extensions.hashset

A collection of useful HashSet extension methods

csharp dotnet extension hashset

Last synced: 02 Jan 2026

https://github.com/javakam/andojavakotlin

Java/Kotlin/Alogorithm/Design Patterns 技术总结

alogorithm design-patterns hashset java jvm kotlin

Last synced: 24 Jul 2025

https://github.com/leeway64/basic-hashset-implementation

A basic implementation of a hashset written in Python.

hashset object-oriented-programming python

Last synced: 21 Feb 2025

https://github.com/sivaosorg/unify4g

unify4go is a Go library that provides a collection of utilities and common functionalities for string manipulation, time handling, type conversions, and more. Designed to simplify everyday coding tasks, unify4go helps developers save time and write cleaner, more maintainable code.

go go-libs go-stringify go-utils golang golang-module hashmap hashset helpers stack strings utilities

Last synced: 07 Apr 2025

https://github.com/mvxt/sudoku-validator

Solution for Interview Problem - Validate Sudoku Puzzle

arrays dataductus hashset interview interview-questions sudoku-checker

Last synced: 29 Dec 2025

https://github.com/mikegoatly/bitoffsethashset

A collection for small sets of integers, equivalent to a HashSet<int>, but faster and less memory usage.

csharp dotnet hashset hashsets

Last synced: 26 Feb 2025

https://github.com/anmol420/problems-in-java

A Repository Which Contains Multiple Programs Written In Java

hashmap-java hashset java

Last synced: 10 Jun 2025

https://github.com/barannmeisterr/dynamic-transportation-bus-schedule-simulation

This project simulates real bus transportation systems, analyzes route structures and builds the base for shortest path / trip planning algorithms by using Directed Graph Data Structure and Dijkstra Algorithm.

adjacency-list bfs circular-linked-list dijkstra dijkstra-algorithm directed-graph hashmap hashset java oop path-planning pathfinding priority-queue route-optimization shortest-path-algorithm stack

Last synced: 10 Apr 2025

https://github.com/afa-farkhod/hashmap-hashset

Map implementation using Hashing

hashing hashmap hashset java

Last synced: 27 Mar 2025

https://github.com/andeart/unitylabs.enumcomparer.3.5

An optimised type-safe enum comparer that doesn't box enum values, created specifically for .NET Framework 3.5 and older.

csharp dictionary dotnet enums hashset

Last synced: 22 Feb 2025

https://github.com/asrieldreemurrgm/java_crud_example

Java desktop application using JOptionPane to manage client data with full CRUD operations, interface-based DAO pattern, input validation, and in-memory storage. This is my first Java project, developed alongside a related CRUD application built with Swing in Apache NetBeans.

client-management crud dao hashmap hashset in-memory-database input-validation java java-collections joptionpane oop

Last synced: 13 Jun 2025

https://github.com/elle-concetta/wordle-solver

A multi-threaded word search puzzle solver.

hashset hashtable multithreading

Last synced: 08 Oct 2025

https://github.com/aimenux/arraylookupsbenchdemo

Benchmarking various ways for array lookups

array benchmarkdotnet binary-search hashset net50 vs19

Last synced: 16 Oct 2025

https://github.com/wolgemoth/cpp-hashset

Concurrent multiplatform hashset with simple API, exception safety, and sequential collision resolution.

concurrency concurrent cpp cpp17 exception-safety hashset initializer-list modern-cpp multiplatform multithreading sequential-chain set templates

Last synced: 25 Oct 2025