Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists tagged with hashtable
A curated list of projects in awesome lists tagged with hashtable .
https://github.com/teivah/algodeck
An Open-Source Collection of Flash Cards to Help You Preparing Your Algorithms & Data Structures and System Design Interviews 💯
algorithm algorithms array bit-manipulation complexity data-structures dynamic-programming graph greedy-algorithms hashtable heap interview-practice java linked-list math queue recursion sorting-algorithms stack tree
Last synced: 17 Dec 2024
https://github.com/xacrimon/dashmap
Blazing fast concurrent HashMap for Rust.
concurrent concurrent-data-structure concurrent-map concurrent-programming data-structures hashmap hashtable
Last synced: 16 Dec 2024
https://github.com/srdja/collections-c
A library of generic data structures for the C language.
algorithms array c collections data-structures deque hashtable library list memory-pool
Last synced: 18 Dec 2024
https://github.com/srdja/Collections-C
A library of generic data structures for the C language.
algorithms array c collections data-structures deque hashtable library list memory-pool
Last synced: 27 Oct 2024
https://github.com/tezc/sc
Common libraries and data structures for C.
algorithm algorithms c collections data-structures generic hashmap hashtable heap library linked-list logger priority-queue queue socket stack thread timer vector
Last synced: 19 Dec 2024
https://github.com/indexmap-rs/indexmap
A hash table with consistent order and fast iteration; access items by key or sequence index
Last synced: 16 Dec 2024
https://github.com/wolkykim/qlibc
qLibc is a simple and yet powerful C library providing generic data structures and algorithms.
c cplusplus hashtable library linkedlist qlibc queue stack tree-structure vector
Last synced: 20 Dec 2024
https://github.com/dolthub/swiss
Golang port of Abseil's SwissTable
abseil asm collection data-structures generics golang hashmap hashtable sse3 swisstable
Last synced: 20 Dec 2024
https://github.com/MichaelJWelsh/cdsa
A library of generic intrusive data structures and algorithms in ANSI C
algorithms ansi-c c c89 cdsa collections datastructures generic hash-functions hashtable intrusive iterative-algorithms linked-list queue red-black-tree stack
Last synced: 09 Nov 2024
https://github.com/michaeljwelsh/cdsa
A library of generic intrusive data structures and algorithms in ANSI C
algorithms ansi-c c c89 cdsa collections datastructures generic hash-functions hashtable intrusive iterative-algorithms linked-list queue red-black-tree stack
Last synced: 15 Dec 2024
https://github.com/ibraheemdev/papaya
A fast and ergonomic concurrent hash-table for read-heavy workloads.
Last synced: 12 Dec 2024
https://github.com/nvidia/cucollections
cpp cpp17 cuda datastructures gpu hashmap hashset hashtable
Last synced: 21 Dec 2024
https://github.com/timtadh/data-structures
Go datastructures.
arraylist avl avl-tree btree data-structures error-handling exceptions hash-tables hashtable immutable linear-hash-table linked-list priority-queue ternary-search-trie tree trie
Last synced: 04 Nov 2024
https://github.com/jhuckaby/megahash
A super-fast C++ hash table with Node.js wrapper, tested up to 1 billion keys.
Last synced: 21 Dec 2024
https://github.com/ronomon/hash-table
Fast, reliable cuckoo hash table for Node.js.
bloom-filter cache cuckoo-hashing-algorithm hashtable lru tabulation
Last synced: 17 Dec 2024
https://github.com/fmela/libdict
C library of key-value data structures.
associative-array avl-tree binarytree c data-structures dictionary hashing hashtable iterator key-value map redblacktree skiplist splay-trees treaps tree
Last synced: 26 Oct 2024
https://github.com/dadhi/imtools
Fast and memory-efficient immutable collections and helper data structures
2-3-tree avl-tree compare-and-swap data-structures dictionary effects functional-programming hashmap hashtable immutable lock-free map memory-efficient open-addressing performance persistent reference-semantics robinhood-hashmap sum-types value-semantics
Last synced: 18 Dec 2024
https://github.com/dadhi/ImTools
Fast and memory-efficient immutable collections and helper data structures
2-3-tree avl-tree compare-and-swap data-structures dictionary effects functional-programming hashmap hashtable immutable lock-free map memory-efficient open-addressing performance persistent reference-semantics robinhood-hashmap sum-types value-semantics
Last synced: 13 Nov 2024
https://github.com/radareorg/sdb
Simple and fast string based key-value database with support for arrays and json
c data-structures database hacktoberfest hashtable key-value
Last synced: 16 Nov 2024
https://github.com/rigtorp/HashMap
An open addressing linear probing hash table, tuned for delete heavy workloads
backshift-deletion hashmap hashtable linear-probing open-addressing
Last synced: 14 Nov 2024
https://github.com/rigtorp/hashmap
An open addressing linear probing hash table, tuned for delete heavy workloads
backshift-deletion hashmap hashtable linear-probing open-addressing
Last synced: 18 Dec 2024
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: 19 Nov 2024
https://github.com/luispedro/diskhash
Diskbased (persistent) hashtable
c c-plus-plus hashtable haskell persistence python
Last synced: 15 Dec 2024
https://github.com/rimbu-org/rimbu
Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
bimap collection graph hashmap hashtable immutable list multimap rimbu sorted sorted-map sorted-sets stream table typescript
Last synced: 21 Dec 2024
https://github.com/MengRao/str
A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching
cpp hashing-algorithm hashtable simd string
Last synced: 14 Nov 2024
https://github.com/nvidia-merlin/hierarchicalkv
HierarchicalKV is a part of NVIDIA Merlin and provides hierarchical key-value storage to meet RecSys requirements. The key capability of HierarchicalKV is to store key-value feature-embeddings on high-bandwidth memory (HBM) of GPUs and in host memory. It also can be used as a generic key-value storage.
cuda dynamic-embedding embedding-storage gpu hashtable key-value-store recommender-system
Last synced: 24 Nov 2024
https://github.com/bzdgn/data-structures-in-java
Data structures in detail with java implementations
binary-tree data-structure data-structures doubly-linked-list hashtable implementation java linked-list list nary nary-tree queue sorting-algorithms stack tree trinary trinary-tree
Last synced: 08 Dec 2024
https://github.com/bhhbazinga/lockfreehashtable
Lock Free Resizable Hash Table Based On Split-Ordered Lists.
cpp hashtable lock-free thread
Last synced: 08 Nov 2024
https://github.com/avinash793/fpgrowth-and-apriori-algorithm-association-rule-data-mining
Implementation of FPTree-Growth and Apriori-Algorithm for finding frequent patterns in Transactional Database.
apriori-algorithm association-analysis association-rules basket-data chess-data data-mining data-mining-algorithms data-science fp-growth fp-tree fptree fptree-algorithm frequent-pattern-mining hashtable hashtree python3 retail-data transactional-database
Last synced: 06 Nov 2024
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: 09 Nov 2024
https://github.com/assyrianic/harbol
Harbol is a collection of data structure and miscellaneous libraries, similar in nature to C++'s Boost, STL, and GNOME's GLib but for C99+
allocators bytebuffer c configuration-file custom-types floating-point-types hashmap hashtable libraries library memory-pool miscellaneous-libraries ordered-hashmap plugin-manager queue string tree tuple variants vector
Last synced: 09 Nov 2024
https://github.com/performanc/tablec
Low-level C89 Closed/Open-addressed hashtable implementation.
c caching-library fast-cache hashtable library
Last synced: 08 Nov 2024
https://github.com/narasimha1997/redis-pydict
A python dictionary that uses Redis as in-memory storage backend to facilitate distributed computing applications development.
backend distributed-systems hashtable message-queue microservice python python3 redis
Last synced: 07 Nov 2024
https://github.com/ostafen/zipcache
An in-memory compressed cache for gigabytes of data written in Go.
cache compression golang hashtable
Last synced: 13 Oct 2024
https://github.com/sagivo/solidity-utils
solidity utils to make your life easier
data-structures ethereum hashtable smart-contracts solidity
Last synced: 24 Nov 2024
https://github.com/hoangsonww/queue-and-hashtable-dsa
🔑 This repository focuses on hash tables and priority queues, highlighting their use in text analysis, word stats generation, and managing a movie review user database. It includes techniques for efficient text tokenization, word frequency analysis, prioritized data handling, and more!
algorithms data-structures dsa hash hashcode hashing hashing-algorithm hashmap hashtable java java-8 priority-queue queue queue-algorithm queue-theory
Last synced: 14 Nov 2024
https://github.com/pdebuyl/fortran_hash_table
"<string,string>" hash table in Fortran 2008
Last synced: 13 Nov 2024
https://github.com/lucthienphong1120/pentesting-scripts
Collection of useful scripts for penetration testers
brute-force brute-force-attacks bruteforce ddos ddos-attack-tools ddos-attacks ddos-tool denial-of-service hash hashing hashtable script scripts
Last synced: 08 Nov 2024
https://github.com/alichtman/data-structures-cpp
Teaching data structures in C++. Great resource for students.
avl-tree btree cpp cs225 data-structures graph-algorithms hashtable trees uiuc
Last synced: 27 Oct 2024
https://github.com/niklasf/magics
Finding magic factors for bitboard based move generation
Last synced: 14 Oct 2024
https://github.com/barrust/hashmap
c hash-map hash-table hashmap hashtable map
Last synced: 23 Oct 2024
https://github.com/bor0/hashtable
Hashtable implementation in C
algorithm c hashtable linked-list
Last synced: 07 Nov 2024
https://github.com/raziyehbazargan/datastructures
A repo for practicing DS and Algorithms.
bst datastructures hashtable linked-list queue sorting-algorithms stack tree
Last synced: 18 Nov 2024
https://github.com/azzzrro/data-structure-solutions-2
Data structure solutions for various sorting algorithms such as bubble sort, insertion sort, selection sort, quick sort, and merge sort. Additionally, essential data structures like hash tables, stacks, and queues are aslo included. Useful for learning and coding practice.
algorithms bubble-sort data-structures hashtable hashtable-chaining insertion-sort merge-sort queue quick-sort selection-sort sorting-algorithms stack
Last synced: 16 Nov 2024
https://github.com/aravindraj777/problems-d365
Data structure and Algorithms, Java workouts ,Problem Solving questions and solutions.(Repository contains major Graph alogirthms like Bellmanford algo,Prim's ,Dijkstra's algorithm).
arraylist-java arrays bellman-ford-algorithm binary-search-tree data-structures-and-algorithms dijkstra-algorithm graph hashtable heap heapsort linkedlist prims-algorithm queue sorting-algorithms stack strings trie
Last synced: 22 Nov 2024
https://github.com/raedaddala/hashtable-cpp
A generic Hash Table implemented in CPP
cache cache-friendly cmake cpp generic hashtable memory-optimization optimization optimized template
Last synced: 23 Nov 2024
https://github.com/narasimha1997/bit_vector
A header-only bit vector library for C . This can be used for implementing dynamic bit-vectors for building Bloom-Filters and Hyper-Logs .
bloom-filter c cplusplus datastructures hashtable hyperloglog
Last synced: 07 Nov 2024
https://github.com/baratgabor/suffixtree
A well-structured, relatively compact implementation of Ukkonen's linear time suffix tree construction algorithm in C# 7+. With bonus detailed explanation on the algorithm.
csharp-code hashtable suffix-tree ukkonen-algorithm
Last synced: 19 Nov 2024
https://github.com/shashwatkathuria/data-structures-and-algorithms
Data Structures And Algorithms
algorithm algorithms arraylist bellman-ford-algorithm binary-search binary-search-tree data-structures dijkstra-algorithm dna-sequencing dynamic-programming hashtable heap kruskals-algorithm papadimitriou prims-algorithm shortest-paths sorting-algorithms stack travelling-salesman-problem trie
Last synced: 26 Nov 2024
https://github.com/gohouse/datastructure
the data structure implementation in golang(数据结构的go语言实现, 队列:queue; 散列表:hashtable; 二叉平衡树:avl-tree......)
avl-tree data-structures go hashtable queue
Last synced: 13 Nov 2024
https://github.com/jatin-8898/ultimate-placement-prep
My solved coding problems for the placement preparation. :blue_book:
algorithms array bitwise cpp data-structures graph hashmap hashtable interview interview-practice interview-prep interview-questions interview-solutions java placements swap tree
Last synced: 11 Oct 2024
https://github.com/bamless/extlib
c extended library
array c c99 dynamic dynamic-array hashmap hashtable string vector
Last synced: 09 Nov 2024
https://github.com/schrodingerzhu/swisstablejavavectorapi
A proof-of-concept implementation of swisstable in Java using Vector API
hashtable simd swisstable vectorization
Last synced: 05 Dec 2024
https://github.com/kchousos/idbs
Implementations of different kinds of databases, written in pure C.
c database databases design-database hash-table hashtable heap implementation-from-scratch low-level
Last synced: 22 Nov 2024
https://github.com/mnpsnuwan/datastructures
A collection of powerful data structures are using java
arrays avl-tree binary-search-tree data-structures doubly-linked-list fenwick-tree hashtable java kruskal-algorithm max-heap min-heap priority-queue queue red-black-tree singly-linked-list splay-tree stack suffix-array union-find union-find-algorithm
Last synced: 17 Dec 2024
https://github.com/juanesgalvis/estructuras-datos
Estructuras de Datos en JavaScript
arrays graph hashtable javascript linked queue stacks structured-data tree-structure
Last synced: 12 Dec 2024
https://github.com/vanditg/comp-sci-7201---algorithm-data-structure-analysis
This repository contains assignment, tutorials, practical exam and solutions for one of my postgraduate subjects of COMP SCI 7201 - Algorithm Data Structure Analysis. The programming language is C++ and some solutions will be in Python and JAVA.
algorithms-and-data-structures avl-tree-implementations cpp hashtable integer-addition linear-probing postgraduate-subjects quiz websubmission-testcases
Last synced: 05 Nov 2024
https://github.com/desmonhak/structs_data_c
implementacion de vectores, al estilo de C++, podemos situar un ejemplo usando la implementacion en el archivo code_array-list.c. Ademas hemos hecho una implementacion de tablas de hash, puede situar un ejemplo de su uso en code_hash-table.c. Podemos situar tambien una implementacion de vectores pero esta vez con listas enlazadas en code_vector-...
arrays-dinamicos c estr hashtable listas-enlazadas
Last synced: 05 Dec 2024
https://github.com/assyrianic/sm-ordmap
A Hash Table that preserves insertion order for SourceMod Plugins.
data-structure extension hashtable sourcemod sourcepawn
Last synced: 09 Nov 2024
https://github.com/spacekookie/libcuckoo
┬─┬ノ( º _ ºノ) – A simple implementation of the cuckoo hashing scheme
cuckoo datastructure hashtable
Last synced: 30 Nov 2024
https://github.com/tahmid-tanzim/problem-solving
AlgoExpert, LeetCode & HackerRank Problem Solving - hackerrank.com/tahmid_tanzim & leetcode.com/tahmid-tanzim
binary-search-tree breath-first-search depth-first-search dynamic-programming graph hashtable javascript linked-list python3 searching sorting
Last synced: 20 Dec 2024
https://github.com/eriknyquist/hashtable
A lightweight separate-chaining arena-backed hashtable in C, designed to be flexible enough for embedded systems
arena-allocator data-structure data-structures-and-algorithms embedded-c embedded-systems hashtable hashtable-chaining separate-chaining
Last synced: 12 Nov 2024
https://github.com/acucciniello/hashmap-python
A hashmap implemented in Python without using a hashmap primitive.
chaining hashmap hashtable python
Last synced: 23 Nov 2024
https://github.com/funilrys/a-john-shots
A tool to get the Security Hash Algorightms (SHA) of all files in a given path into a JSON formatted file.
hash hashcode hashing hashtable json json-format md5 python python-module python3 sha1 sha224 sha384 sha512
Last synced: 27 Oct 2024
https://github.com/borgbackup/borghash
A memory-efficient hashtable with serialization.
Last synced: 20 Dec 2024
https://github.com/valoran-m/diqt
Formalization of hashtables with Radix trees and PArray in Coq
coq coq-formalization coq-library dictionary hashtable
Last synced: 01 Dec 2024
https://github.com/kchristidis/cmap
A thread-safe capacity-constrained hash table that evicts keys according to the LRU policy
Last synced: 10 Dec 2024
https://github.com/keyu-tian/buaa-datastructure-project-solution
[Ranked No. 1🥇] My solution for the course project of Datastructure 2019'Spring @ BUAA (北航数据结构). Plenty of C language tricks, hacks, and optimizations are used for extreme efficiency. *Ranked 1/800* in the efficiency test.
algorithms beihang beihang-university buaa buaaoj c datastructures datastructures-algorithms hashtable string-matching
Last synced: 10 Nov 2024
https://github.com/aditya-a-garwal/aghashtable
High performance C++ Hash Table implementation
algorithm algorithms algorithms-and-data-structures benchmark data-structures google-test hashmap hashset hashtable linux lookup-table unit-test windows
Last synced: 09 Nov 2024
https://github.com/ostafen/hopmap
Yet another efficient hashmap implementation for Golang based on the hopscotch open addressing scheme.
data-structures golang hashing hashing-algorithm hashmap hashtable hopscotch-hashing open-addressing
Last synced: 26 Nov 2024
https://github.com/minad/hashtable
Hashtable in C with open addressing and specialization via macros
c hash hashfunctions hashtable
Last synced: 25 Nov 2024
https://github.com/shgopher/cmap
go实现一个分片的哈希表
fasthashmap fastmap hash hashtable map
Last synced: 08 Nov 2024
https://github.com/gzixnine/data_structure_c
This section of the repository serves as a comprehensive exploration of a wide range of data structures and algorithms. From the foundational arrays to the complexities of graphs and trees, with a commitment to clarity, depth, and practicality, this repository is designed to be your go-to resource for mastering data structures and algorithms.
array breadth-first-search bubble-sort count-sort data-structures graph hashtable heap heap-sort insertion-sort linked-list map merge-sort queue quick-sort radix-sort selection-sort set stack tree
Last synced: 18 Nov 2024
https://github.com/guillainbisimwa/javasript-dastructures-and-algorithms
A Practical Guide to Algorithms with JavaScript
algorithm data-structure data-structures graph hashtable linked-list sorting-algorithms tree
Last synced: 02 Dec 2024
https://github.com/thetardigrade/hashtable
C library for the hash table data structure
Last synced: 08 Nov 2024
https://github.com/shaik-sohail-72/dsa
This repository is my personal DSA playground, dedicated to self-improvement and skill enhancement. Through diverse coding challenges and detailed solutions, I aim to refine my Data Structures and Algorithms expertise. Join me in this journey of continuous learning and growth in the realm of computer science.
arrays bfs-dfs binary-search bitmanipulation dp graph greedy-algorithms hashing hashtable linked-list math matrix queues recursion sortings stack strings trees trie two-pointers
Last synced: 25 Nov 2024
https://github.com/kiancross/rash
An implementation of the Robin Hood hashing algorithm in C.
hash hashmap hashtable robinhood robinhood-hashmap
Last synced: 19 Dec 2024
https://github.com/hotakus/clang-algorithms
C language library contains some useful algorithms adn data structures (such as hash table), and can help you develop. 包含一些有用的算法和数据结构(例如哈希表、链表),可以帮助您进行开发
algorithms clang cmake embedded hashtable library
Last synced: 29 Nov 2024
https://github.com/hyperfunny88/libtard
Simple and fast hash-table library for C99
Last synced: 06 Dec 2024
https://github.com/matsuoka-601/fastuniq
A header-only library for fast string deduplication using a parallelized hash table
hash hashtable multi-threading parallel string
Last synced: 21 Dec 2024
https://github.com/bpstelios10/coursera-algos
Coursera algorithms 1 (from Princeton Uni)
algorithms balanced-search-trees data-structures hashtable java mergesort priority-queue quicksort symbol-tables union-find
Last synced: 10 Nov 2024
https://github.com/rabinadk1/linearhashing
Hash Table visualization with Linear Probing for key collision
data-structures hashtable javascript p5js
Last synced: 08 Nov 2024