Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.
☆118Jan 17, 2023Updated 3 years ago
Alternatives and similar repositories for pdqsort
Users that are interested in pdqsort are comparing it to the libraries listed below
Sorting:
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆25Mar 7, 2025Updated last year
- curl for websockets☆30Mar 14, 2016Updated 9 years ago
- Rob Pike's simple regex matcher converted to Go☆11Aug 14, 2022Updated 3 years ago
- ☆13Oct 20, 2021Updated 4 years ago
- Feasibility research for using kind to support e2e tests for kubebuilder(v2)-generated Kubernetes operators.☆13Jul 1, 2019Updated 6 years ago
- Simple interface for reading IMAP emails in Golang☆13Feb 4, 2019Updated 7 years ago
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆38Oct 30, 2025Updated 4 months ago
- A tool for finding Unicode characters by name. CLI and Web.☆15Feb 23, 2023Updated 3 years ago
- Just provide a macro for a certain programming language.☆14Dec 7, 2023Updated 2 years ago
- A Customized Goroutine Scheduler over Golang Runtime☆17Feb 28, 2025Updated last year
- Boyer-Moore search algorithm in Go☆15Apr 6, 2022Updated 3 years ago
- Microservice distributed e-commerce system based on Hertz and gRPC / 基于 Hertz 与 gRPC 的分布式微服务电商系统☆14Jun 7, 2023Updated 2 years ago
- A fast URL parser for Go☆40Mar 4, 2023Updated 3 years ago
- Universal Utilities for Go☆2,010Jan 29, 2026Updated last month
- connect-go improved compression☆23Jan 22, 2026Updated last month
- lili是一个机器人, 功能是定时重复的去做一件事情, 如果有变化就发通知☆13Mar 10, 2018Updated 8 years ago
- Careful implementation of Jaro and Jaro-Winkler text difference algorithms☆17Jan 23, 2017Updated 9 years ago
- This is a simple and easy way for you to execute commands inside a k8s pod, watch logs through the websocket proxy and even download curr…☆14May 5, 2023Updated 2 years ago
- A Go implementation of a Generalized Suffix Tree using Ukkonen's algorithm☆12Jan 26, 2021Updated 5 years ago
- Shared k-mer content between two genomes☆19Jun 21, 2023Updated 2 years ago
- Golang linter to use strconv☆43Nov 19, 2025Updated 3 months ago
- 🥼 personal Go codebase☆38Dec 31, 2022Updated 3 years ago
- tflitego provide a simple and clear solution to use TensorFlow lite in Go. Our objective is provide a cohesive API, simplicity related t…☆17May 24, 2021Updated 4 years ago
- ☑️ A Things 3 CLI☆22Jan 19, 2023Updated 3 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆222Aug 30, 2024Updated last year
- 📺 3D Graphics in Go.☆45Dec 18, 2023Updated 2 years ago
- TiExec tries to alleviate the iTLB-Cache-Miss problem of the application it loaded, so it will bring some direct performance improvement …☆42Feb 7, 2022Updated 4 years ago
- partial_sort is Rust version of [std::partial_sort](https://en.cppreference.com/w/cpp/algorithm/partial_sort)☆21Sep 22, 2025Updated 5 months ago
- GoLang implementation of asteroids using Lorca/Webview and WASM☆17Aug 30, 2020Updated 5 years ago
- Golang frequently used packages.☆18Feb 28, 2026Updated last week
- AVX-2 vectorised 8-bit positional popcount for Go☆23Aug 28, 2020Updated 5 years ago
- Burrows-Wheeler Transform and FM-index in golang☆20Apr 7, 2023Updated 2 years ago
- Create a heatmap index based on the profile.proto profile data☆24Jan 27, 2022Updated 4 years ago
- Rabin-Karp multiple pattern string search☆18Oct 14, 2015Updated 10 years ago
- A cursed Postgres extension enabling Zanzibar RBAC evaluation within Row Level Policies☆18Jun 22, 2023Updated 2 years ago
- A low-memory high performance library for reading data from an xlsx file☆79Jun 2, 2024Updated last year
- 📈 URL access statistic service☆22Feb 2, 2026Updated last month
- a benchmark of JSON libraries in Go☆19Oct 4, 2023Updated 2 years ago
- AtomicRingBuffer is a constant-size almost lock-free ring buffer with low memory overhead in Rust☆42Apr 19, 2024Updated last year