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

GitHub topics: hashtable

martexit/stdx

`stdx` is a minimalist, modular C99 utility library that offers dependency-free, single-header components for common programming tasks. Ideal for quick prototypes and embedded projects, it allows you to integrate only what you need with ease. 🛠️🌍

Language: C - Size: 56.6 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

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!

Language: Java - Size: 66.4 KB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 23 - Forks: 12

rurban/ctl Fork of glouw/ctl

My variant of the C Template Library

Language: C - Size: 26.3 MB - Last synced at: 3 days ago - Pushed at: 2 months ago - Stars: 251 - Forks: 15

NVIDIA/cuCollections

Language: C++ - Size: 7.1 MB - Last synced at: 2 days ago - Pushed at: 4 days ago - Stars: 542 - Forks: 94

HaniAmmar/Qentem-Engine

High-performance templating engine and JSON parser. Pure C++.

Language: C++ - Size: 4.36 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 11 - Forks: 4

ibraheemdev/papaya

A fast and ergonomic concurrent hashmap for read-heavy workloads.

Language: Rust - Size: 409 KB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 743 - Forks: 21

opensound-org/est

Extensions for the rust Standard library and Tokio.

Language: Rust - Size: 131 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 7 - Forks: 0

indexmap-rs/indexmap

A hash table with consistent order and fast iteration; access items by key or sequence index

Language: Rust - Size: 1.02 MB - Last synced at: 4 days ago - Pushed at: 7 days ago - Stars: 2,058 - Forks: 169

Karim93160/hashish

Fast C++ hash cracker: features built-in dictionary attack, brute-force (custom char sets, min/max length), and Rainbow Table attack with pre-configurable .txt generator. Includes 3 integrated tools: web scanner, recon, & OSINT.

Language: C++ - Size: 50.4 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 8 - Forks: 2

anwarosyidi/100-interview-questions

💼 100+ MERN Interview Questions – Curated questions on HTML, CSS, JavaScript, React, Node.js & MongoDB to ace frontend, backend, and full-stack interviews. Perfect for beginners to advanced devs!

Size: 166 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

ZapDos7/java-problems

A variety of programming problems solved in Java, as well as Java-specific code to showcase some of the language's elements.

Language: Java - Size: 354 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

radareorg/sdb

Simple and fast string based key-value database with support for arrays and json

Language: C - Size: 2.3 MB - Last synced at: 4 days ago - Pushed at: 7 days ago - Stars: 221 - Forks: 62

dadhi/ImTools

Fast and memory-efficient immutable collections and helper data structures

Language: C# - Size: 7.58 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 244 - Forks: 10

rigtorp/HashMap

An open addressing linear probing hash table, tuned for delete heavy workloads

Language: C++ - Size: 38.1 KB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 205 - Forks: 33

SHAMNAD-S404/Leetcode_Storming

Language: TypeScript - Size: 385 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

xacrimon/dashmap

Blazing fast concurrent HashMap for Rust.

Language: Rust - Size: 644 KB - Last synced at: 9 days ago - Pushed at: 4 months ago - Stars: 3,497 - Forks: 165

facil-io/cstl

facil.io C STL - a Server Toolbox Library for C, including JSON processing, hash maps, dynamic arrays, binary strings and more.

Language: C - Size: 21.9 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 91 - Forks: 6

Saks29/Data-Structure-and-Agorithm-Feat.JAVA

A comprehensive collection of Data Structures and Algorithms problems solved in Java, differentiated by topics and difficulty levels. This repository serves as a learning resource and reference for coding interview preparation.

Language: Java - Size: 122 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

bullno1/libs

Misc libraries

Language: C - Size: 182 KB - Last synced at: 7 days ago - Pushed at: 13 days ago - Stars: 8 - Forks: 0

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-...

Language: C - Size: 1.56 MB - Last synced at: 7 days ago - Pushed at: 13 days ago - Stars: 4 - Forks: 0

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.

Language: Cuda - Size: 7 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 149 - Forks: 28

RohanVDvivedi/TupleIndexer

This library provides a persistent block accessible disk-resident b+tree, hash_table, linked_page_list, page table and an array_table.

Language: C - Size: 2.35 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

Paran-oid/DSA

DSA is a C library that implements complex datastructres and algorithms

Language: C - Size: 117 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

albrud199/CP_Practice

Hello, I try to solve problems!!!

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

marciovmf/stdx

stdx is a minimalist, modular C99 utility library inspired by the STB style. It provides a set of dependency-free, single-header components that extend common programming functionality in C.

Language: C - Size: 136 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 2 - Forks: 0

jondebove/cds

Simple C99 data structures

Language: C - Size: 56.6 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

gullradriel/nilorea-library

C tools that are usable as a collection of .c .h or a shared library/dll

Language: C - Size: 26.7 MB - Last synced at: 20 days ago - Pushed at: 21 days ago - Stars: 7 - Forks: 1

rosedblabs/diskhash

on-disk hash table(mainly for WAL).

Language: Go - Size: 59.6 KB - Last synced at: 19 days ago - Pushed at: almost 2 years ago - Stars: 28 - Forks: 8

MassiGy/C-hash-tables

This C project implments a Hash Table data structure.

Language: C - Size: 157 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 1 - Forks: 0

rimbu-org/rimbu

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.

Language: TypeScript - Size: 80.7 MB - Last synced at: 1 day ago - Pushed at: 8 days ago - Stars: 137 - Forks: 9

sph-mn/sph-sc-lib

individual c utility libraries

Language: C - Size: 607 KB - Last synced at: 23 days ago - Pushed at: 24 days ago - Stars: 5 - Forks: 0

kevyonan/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+

Language: C - Size: 475 KB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 28 - Forks: 4

bamless/extlib

c extended library

Language: C - Size: 66.4 KB - Last synced at: 18 days ago - Pushed at: 3 months ago - Stars: 8 - Forks: 0

KaEssam/Problem-Solving-Solution

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

Language: C# - Size: 198 KB - Last synced at: 26 days ago - Pushed at: 27 days ago - Stars: 1 - Forks: 0

srdja/Collections-C

A library of generic data structures for the C language.

Language: C - Size: 1.81 MB - Last synced at: 27 days ago - Pushed at: about 2 months ago - Stars: 2,910 - Forks: 330

microsoft/L4

L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.

Language: C++ - Size: 142 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 204 - Forks: 46

yingzhou0212/SurveyDataAnalyzer

Data analysis of lung cancer responses using custom built hash table

Language: Java - Size: 6.84 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

jondebove/hashtable

Implementation of hash table using <sys/queue.h> macros.

Language: C - Size: 21.5 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

crybot/Napoleon

Re-designed Chess engine and converted in C++

Language: C++ - Size: 17.7 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 12 - Forks: 3

lucthienphong1120/pentesting-scripts

Collection of useful scripts for penetration testers

Language: Perl - Size: 31.3 KB - Last synced at: 5 days ago - Pushed at: over 3 years ago - Stars: 16 - Forks: 5

soh2970/JavaHashDictionary

Java implementation of a hash dictionary supporting insertion, search, and deletion. Utilizes separate chaining and hashing for efficient key-value storage.

Language: Java - Size: 0 Bytes - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

ikod/cachetools

python cachetools for dlang

Language: D - Size: 2.24 MB - Last synced at: 5 days ago - Pushed at: 2 months ago - Stars: 29 - Forks: 7

MichaelJWelsh/cdsa

A library of generic intrusive data structures and algorithms in ANSI C

Language: C - Size: 179 KB - Last synced at: 30 days ago - Pushed at: over 7 years ago - Stars: 605 - Forks: 47

tidwall/hashmap.c

Hash map implementation in C.

Language: C - Size: 20.5 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 928 - Forks: 126

jclark-14/wgups-routing-system

Fully automated, constraint-driven solution to the NP-hard TSP, featuring dynamic package loading with no hardcoded logic. Handles deadlines, groupings, delays, and truck constraints using a multi-phase optimization strategy that minimizes distance while meeting all delivery requirements.

Language: Python - Size: 36.3 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

teivah/algodeck

An Open-Source Collection of Flash Cards to Help You Preparing Your Algorithms & Data Structures and System Design Interviews 💯

Language: HTML - Size: 13.8 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 5,740 - Forks: 572

Max00358/2A_Hashing_VirtualMemory

A hash table data structure that emulates virtual memory

Language: C++ - Size: 13.7 KB - Last synced at: 12 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

tezc/sc

Common libraries and data structures for C.

Language: C - Size: 815 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 2,478 - Forks: 281

attractivechaos/klib

A standalone and lightweight C library

Language: C - Size: 1.22 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 4,386 - Forks: 574

zgornel/Caching.jl

Memoization mechanism

Language: Julia - Size: 131 KB - Last synced at: 21 days ago - Pushed at: over 1 year ago - Stars: 32 - Forks: 4

Narasimha1997/redis-pydict

A python dictionary that uses Redis as in-memory storage backend to facilitate distributed computing applications development.

Language: Python - Size: 44.9 KB - Last synced at: 8 days ago - Pushed at: about 2 years ago - Stars: 22 - Forks: 4

Poufles/adz-lp-hash-map

A simple script to understand the hash maps.

Language: JavaScript - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

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).

Language: Java - Size: 205 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 6 - Forks: 0

husamql3/LeetCode

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

Language: Python - Size: 528 KB - Last synced at: about 3 hours ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 0

wolkykim/qlibc

qLibc is a simple and yet powerful C library providing generic data structures and algorithms.

Language: C - Size: 4.33 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 997 - Forks: 170

mudhairless/hashtable

A HashTable library for FreeBASIC

Language: FreeBASIC - Size: 17.6 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

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.

Language: C# - Size: 487 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 10 - Forks: 4

didarulilm/robin-table

A fast Robin Hood hash table library in C

Language: C - Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

xianfengyi/MiniPro

Some tiny project, such as custom hashtable and so on

Language: Java - Size: 43.9 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

cosmic-code-09/DataStructure

implementation of Datastructure in C/C++ Programming Language

Language: C - Size: 382 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 51 - Forks: 25

sujanbro1/Algoritmos-e-Estrutura-de-Dados

Repositório contendo exercícios, desafios e códigos desenvolvidos durante os estudos da cadeira de Algoritmos e Estrutra de Dados

Language: Python - Size: 1.98 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

shabinx30/DSA

Language: JavaScript - Size: 16.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 1

jhuckaby/megahash

A super-fast C++ hash table with Node.js wrapper, tested up to 1 billion keys.

Language: JavaScript - Size: 195 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 412 - Forks: 31

lcsmuller/oa-hash

A lightweight single-header open-addressing hashtable implementation in ANSI C

Language: C - Size: 56.6 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 13 - Forks: 0

Wsm2110/Faster.Map

Faster.Map is a high-performance, memory-efficient alternative to Dictionary and ConcurrentDictionary in .NET. Designed for extreme speed and scalability, it includes specialized implementations optimized for different workloads

Language: C# - Size: 28.1 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 114 - Forks: 6

tidwall/hashmap

A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.

Language: Go - Size: 34.2 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 218 - Forks: 10

tirthajagiya/Data_Structures

Language: Java - Size: 30.3 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

LKedward/fhash

fpm package implementing a hash table with support for generic keys and values.

Language: Fortran - Size: 859 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 42 - Forks: 8

thiagoneye/course-algorithms

Algorithm studies.

Language: Python - Size: 39.1 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

harsh-ps-2003/pikachu

A simple DHT implementation!

Language: Rust - Size: 759 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

mahirlabibdihan/CSE208

Language: C++ - Size: 6.95 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

ljdan1/competitive-programming

my progress of LeetCode questions collections - created using [LeetHubV2]

Language: Python - Size: 56.6 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

PerformanC/TableC

Low-level C89 Closed/Open-addressed hashtable implementation.

Language: C - Size: 110 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 26 - Forks: 1

KumaarBalbir/ip-routing

implements trie based longest prefix matching and binary search + hash table based BSPL approach to route the ip packet to a best match destination router for next hop.

Language: C++ - Size: 16.6 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

AkikoAkaki/survey-analyzer-custom-hashtable

A Java-based tool for parsing, storing, and analyzing large-scale survey datasets using a custom-built hash table. Supports demographic and quality-of-life analysis with full-featured data utilities and unit tests.

Language: Java - Size: 0 Bytes - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

KarunakarThurlu/DataStructures-Algorithms

Data Structures and Algorithms implementation in Java.

Language: Java - Size: 131 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 3 - Forks: 1

pl3onasm/CLRS

Advanced algorithms and generic data structures in C

Language: C - Size: 10.4 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 6 - Forks: 1

Thermadiag/seq

The seq library is a collection of original C++14 STL-like containers and related tools

Language: C++ - Size: 25.2 MB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 88 - Forks: 2

pravhub/Coding-Interviews

Solution Repository for Technical Coding Interviews!

Language: C# - Size: 481 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 9 - Forks: 5

ibnaleem/hashtable

Generate precomputed hash tables from large wordlists.

Language: Python - Size: 285 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

pr00x/hashtable-c

A high-performance generic open addressing hash table library in C, using linear probing and the FNV-1a hash algorithm for fast and efficient key-value storage and retrieval.

Language: C - Size: 23.4 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 4 - Forks: 1

kevyonan/SM-Ordmap

A Hash Table that preserves insertion order for SourceMod Plugins.

Language: C++ - Size: 33.2 KB - Last synced at: 6 days ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 0

V3cTr4X/HashCrack

Rust Hash Cracker

Language: Rust - Size: 31.8 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

MengRao/str

A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching

Language: C++ - Size: 179 KB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 129 - Forks: 32

taviso/swisstable

Access Abseil Swiss Tables from C

Language: C - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 110 - Forks: 14

Dipto1971/Data_Structures_And_Algorithms

Data Structures & Algorithms

Language: C++ - Size: 30.9 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 15 - Forks: 0

bwoodsend/hirola

NumPy vectorized hash table for fast set and dict operations.

Language: Python - Size: 250 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 20 - Forks: 0

LucasDiasJorge/Hashtable

Implement an hashtable and structs in C. Non-Volatile hashtable was implemented.

Language: C - Size: 22.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

vgherard/r2r

R-Object to R-Object Hash Maps

Language: R - Size: 362 KB - Last synced at: 23 days ago - Pushed at: 8 months ago - Stars: 4 - Forks: 0

amliyanage/Data-Structures

Language: JavaScript - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ali-a-a/expandable-hash-table

A lock-free, multi-threaded, and expandable probing hash table

Language: C++ - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

tahmid-tanzim/problem-solving

AlgoExpert, LeetCode & HackerRank Problem Solving - hackerrank.com/tahmid_tanzim & leetcode.com/tahmid-tanzim

Language: JavaScript - Size: 24 MB - Last synced at: 22 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 1

rabinadk1/LinearHashing 📦

Hash Table visualization with Linear Probing for key collision

Language: JavaScript - Size: 377 KB - Last synced at: 23 days ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

mdawoud27/data_structures_and_algorithms

Data Structures and Algorithms, you'll find comprehensive notes, explanations, and implementations of various data structures and algorithms.

Language: C - Size: 175 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

borgbackup/borghash

A memory-efficient hashtable with serialization.

Language: Cython - Size: 115 KB - Last synced at: 7 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 2

TheBlueDestroyer19/symbol-table-for-nested-scopes

A terminal run program to handle nested scopes via implementation of symbol tables

Language: C - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

telekons/42nd-at-threadmill

A SIMD-accelerated concurrent hash table.

Language: Common Lisp - Size: 464 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 63 - Forks: 6

DeanHdz/Editor-de-Grafos-Arbol-B-y-HashTable

Un proyecto realizado en Windows Forms (.NET / C#), enfocado en el uso y manipulación de Estructuras de datos Avanzados (Grafos y algoritmos de grafos, arboles B+, HashTable) de una manera visual. En conjunto con un proyecto de entrega donde se muestra un uso practico relacionado a grafos (Transporte de Bienes).

Language: C# - Size: 3.76 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

renzibei/hashtable-bench

A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible

Language: Jupyter Notebook - Size: 24.1 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 18 - Forks: 2

leekcummings/prime-calculator

Prime finding algorithm in Python

Language: Python - Size: 28.3 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0