Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Performance

Performance

1436 projects

Showing 36 of 1436 projects

pawurb/hotpath
pawurb/hotpathRust

A Rust performance profiler and monitoring toolkit for real-time time, memory, and async data flow analysis.

#mpsc#channels-monitoring#profiler
Stars1.6k
Forks49
Last commit1 day ago
pgcenter
pgcenterGo

A command-line admin tool for observing and troubleshooting PostgreSQL with a top-like interface and system statistics.

#devops#observability#postgresql-statistics
Stars1.6k
Forks105
Last commit1 month ago
pg_flame
pg_flameGo

Generates interactive flamegraphs from PostgreSQL EXPLAIN ANALYZE output to visualize query performance.

#database#explain-analyze#postgres
Stars1.6k
Forks36
Last commit6 years ago
robin-hood-hashing
robin-hood-hashingC++

A fast and memory-efficient C++ hashmap implementation using robin hood hashing as a drop-in replacement for std::unordered_map/set.

#hash-tables#hash#stl-containers
Stars1.6k
Forks153
Last commit3 years ago
memory
memoryC++

STL-compatible C++ memory allocator library with a simpler RawAllocator concept and various allocator implementations.

#memory-allocation#embedded#stl-compatible
Stars1.6k
Forks206
Last commit1 year ago
HighwayHash
HighwayHashC++

Fast, strong hash functions including SipHash and HighwayHash, offering high-speed SIMD implementations with security claims.

#simd#highwayhash#siphash
Stars1.6k
Forks187
Last commit2 years ago
poolboy
poolboyErlang

A lightweight, generic worker pool library for Erlang focused on simplicity, performance, and disaster recovery.

#distributed-systems#pool#worker-pool
Stars1.6k
Forks351
Last commit3 years ago
Lol DBA
Lol DBARuby

A Ruby gem that scans Rails models to suggest missing database indexes and generates SQL migration scripts.

#database#rails#rake-tasks
Stars1.6k
Forks70
Last commit4 months ago
flatbush
flatbushJavaScript

A very fast static spatial index for 2D points and rectangles in JavaScript, using a packed Hilbert R-tree algorithm.

#hilbert-r-tree#algorithm#geospatial
Stars1.6k
Forks63
Last commit17 days ago
App Install Banners
App Install Banners

A curated collection of resources for building Progressive Web Apps (PWAs).

#case-studies#offline-first#web-app-manifest
Stars1.6k
Forks94
Last commit5 years ago
Cheshire
CheshireClojure

A fast and feature-rich JSON and SMILE encoding/decoding library for Clojure.

#data-serialization#jackson#smile-format
Stars1.6k
Forks155
Last commit16 hours ago
aimeos-typo3
aimeos-typo3PHP

A professional, full-featured, high-performance e-commerce extension for TYPO3, enabling ultra-fast online shops, scalable marketplaces, and complex B2B applications.

#ecommerce#json-api#composer
Stars1.6k
Forks722
Last commit10 days ago
smarter_csv
smarter_csvRuby

A high-performance CSV ingestion and generation library for Ruby with C acceleration, designed for real-world data with intelligent defaults.

#sidekiq#csv-processing#batch-processing
Stars1.6k
Forks192
Last commit3 days ago
ReflectASM
ReflectASMJava

A high-performance Java reflection library using bytecode generation for faster field, method, and constructor access.

#asm#library#java
Stars1.5k
Forks219
Last commit1 year ago
gulp-rev
gulp-revJavaScript

A Gulp plugin for static asset revisioning by appending content hashes to filenames to enable long-term caching.

#hash#manifest#cache-busting
Stars1.5k
Forks210
Last commit8 months ago
Weak handler
Weak handlerJava

Memory-safe Android Handler implementation using WeakReferences to prevent memory leaks from delayed messages and runnables.

#memory-management#handler#android
Stars1.5k
Forks283
Last commit1 month ago
observer_cli
observer_cliErlang

A command-line tool for real-time monitoring and diagnostics of Erlang/Elixir BEAM nodes in production.

#recon-library#elixir#observer
Stars1.5k
Forks92
Last commit12 days ago
web
webGo

A Go mux and middleware package that provides statically typed contexts and fast, scalable routing.

#http-server#static-typing#mux
Stars1.5k
Forks117
Last commit5 years ago
Miniblog
MiniblogC#

A full-featured yet simple blog engine built on ASP.NET Core 10.

#social-media#progressive-web-app#asp-net-core
Stars1.5k
Forks507
Last commit6 months ago
benchee
bencheeElixir

An easy and extensible benchmarking library for Elixir that provides comprehensive statistics and memory measurements.

#functional-programming#elixir#plugin-system
Stars1.5k
Forks70
Last commit1 month ago
p-map
p-mapJavaScript

Map over promises concurrently with configurable concurrency, error handling, and abort control.

#concurrency-control#async-await#mapper
Stars1.5k
Forks74
Last commit5 days ago
csv-parser
csv-parserJavaScript

A high-performance streaming CSV parser for Node.js that converts CSV to JSON at up to 90,000 rows per second.

#browserify#csv-spectrum#cli-tool
Stars1.5k
Forks142
Last commit2 months ago
PHPSpy
PHPSpyC

A low-overhead sampling profiler for PHP 7+ that works with CLI, Apache, and FPM without requiring code changes.

#hacktoberfest#production-profiling#debugging-tools
Stars1.5k
Forks69
Last commit2 months ago
FiniteStateEntropy
FiniteStateEntropyC

A high-speed entropy coding library featuring Huff0 (modern Huffman) and FSE (ANS-based) codecs for fast compression and decompression.

#c-library#huffman#huffman-coding
Stars1.5k
Forks162
Last commit2 years ago
yajl-ruby
yajl-rubyC

A high-performance streaming JSON parsing and encoding library for Ruby with C bindings to YAJL.

#json-encoder#ruby-gem#yajl
Stars1.5k
Forks178
Last commit7 months ago
Scientist
ScientistC#

A .NET library for safely refactoring critical code paths by comparing old and new implementations in production.

#experimentation#library#csharp
Stars1.5k
Forks91
Last commit8 months ago
Vogan
VoganC#

A .NET source generator and analyzer that creates validated value objects from primitives to combat primitive obsession.

#hacktoberfest#patterns#open-source
Stars1.5k
Forks93
Last commit5 days ago
eBay's TSV utilities
eBay's TSV utilitiesD

A suite of high-performance command line tools for filtering, summarizing, joining, and manipulating large tabular data files.

#delimited-files#command-line-tools#data-science
Stars1.5k
Forks83
Last commit3 years ago
bitECS
bitECSTypeScript

A flexible, minimal, data-oriented Entity Component System (ECS) library for TypeScript.

#entitycomponentsystem#simulation#particles
Stars1.5k
Forks114
Last commit3 months ago
MessagePack
MessagePackJava

A fast and compact binary serialization library for Java, implementing the MessagePack format as an efficient alternative to JSON.

#data-storage#binary-serialization#jackson
Stars1.5k
Forks323
Last commit7 days ago
lambda-api
lambda-apiJavaScript

A zero-dependency web framework for AWS Lambda and API Gateway optimized for serverless performance.

#api-gateway#webframework#alb-integration
Stars1.5k
Forks126
Last commit23 hours ago
fastest-validator
fastest-validatorJavaScript

A blazing-fast JavaScript validation library for Node.js, browsers, and Deno with 24 built-in validators and sanitizations.

#sanitization#validation#schema
Stars1.5k
Forks101
Last commit3 months ago
Sep
SepC#

A modern, minimal, and high-performance .NET library for reading and writing CSV/TSV files with zero allocations and SIMD-accelerated parsing.

#csv-reader#csv-writer#high-performance
Stars1.5k
Forks52
Last commit6 days ago
Handlebars.Net
Handlebars.NetC#

A high-performance .NET implementation of the Handlebars.js templating engine that compiles templates directly to IL bytecode.

#handlebars-templates#template-engine#view-engine
Stars1.5k
Forks240
Last commit29 days ago
Cyber
CyberZig

A fast, efficient, and concurrent scripting language designed for embedding in applications, games, or engines.

#webassembly#embedding#gamedev
Stars1.5k
Forks60
Last commit7 months ago
PHP-CPP
PHP-CPPC++

A C++ library for building native PHP extensions with automatic type conversion between C++ and PHP.

#php-integration#library#c-plus-plus-11
Stars1.4k
Forks336
Last commit19 days ago
PreviousPage 13 of 40Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
#Javascript170
#Frontend157
#Go148
#Golang113
#Rust112
#Cross Platform101
#Nodejs96
#Typescript89
#Caching82
#Developer Tools79
#Dotnet71
#Javascript Library71