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

mirage
mirageOCaml

A library operating system for building secure, performant unikernels in OCaml.

#mirageos#resource-efficient#kvm
Stars3.0k
Forks273
Last commit3 days ago
modern-css-reset
modern-css-resetCSS

A minimal CSS reset that provides consistent baseline styles for modern web projects.

#styling#accessibility#frontend
Stars3.0k
Forks423
Last commit2 years ago
wade
wadeJavaScript

A blazing fast 1kb JavaScript search library for client-side data.

#search-library#vanilla-js#lightweight
Stars3.0k
Forks58
Last commit3 years ago
Demystifier
DemystifierC#

A .NET library that transforms cryptic stack traces into human-readable C# source code format for faster debugging.

#developer-tools#stack-trace#csharp
Stars2.9k
Forks121
Last commit2 years ago
pylyzer
pylyzerRust

A fast static code analyzer and language server for Python, written in Rust, offering type checking and rich editor integration.

#developer-tools#language-server#type-inference
Stars2.9k
Forks43
Last commit1 year ago
cost-of-modules
cost-of-modulesJavaScript

Analyze npm dependencies to identify which ones are causing bloat and slowing down install times.

#developer-tools#npm#install-speed
Stars2.9k
Forks41
Last commit3 years ago
unistore
unistoreJavaScript

A tiny 350b centralized state container with component bindings for Preact & React.

#component-binding#redux-alternative#subscription
Stars2.8k
Forks134
Last commit5 years ago
fclones
fclonesRust

A fast, memory-efficient command-line tool for finding and removing duplicate files with advanced filtering options.

#file-management#system-utilities#command-line-tool
Stars2.8k
Forks106
Last commit1 year ago
Laravel Responsecache
Laravel ResponsecachePHP

A Laravel package that caches entire HTTP responses to dramatically speed up application performance.

#laravel#web-optimization#performance-optimization
Stars2.8k
Forks244
Last commit29 days ago
bloom
bloomGo

A Go package implementing Bloom filters, a space-efficient probabilistic data structure for set membership queries.

#probabilistic-data-structures#space-optimization#bloom-filters
Stars2.8k
Forks259
Last commit15 days ago
bucket4j
bucket4jJava

A Java rate-limiting library based on the token-bucket algorithm, offering high precision and support for both local and distributed scenarios.

#api-throttling#hazelcast#redis
Stars2.8k
Forks324
Last commit2 days ago
WAVM
WAVMC++

A high-performance WebAssembly virtual machine designed for non-browser applications, leveraging LLVM for near-native speed.

#wasi#sandbox#compiler
Stars2.8k
Forks234
Last commit3 months ago
rbush
rbushJavaScript

A high-performance JavaScript R-tree-based 2D spatial index for points and rectangles.

#algorithm#collision-detection#spatial-index
Stars2.8k
Forks253
Last commit5 days ago
fuzzysearch
fuzzysearchJavaScript

A tiny and blazing-fast fuzzy search implementation in JavaScript for flexible string matching.

#autocomplete#lightweight#string-matching
Stars2.7k
Forks84
Last commit3 years ago
bootsnap
bootsnapRuby

A Ruby library that speeds up application boot time by caching expensive computations like path lookups and code compilation.

#load-path#rails#development-tool
Stars2.7k
Forks207
Last commit27 days ago
pgtune
pgtuneJavaScript

A web tool that generates optimized PostgreSQL configuration based on your hardware specifications.

#database#devops#hardware
Stars2.7k
Forks244
Last commit12 hours ago
Penthouse
PenthouseHTML

Generates critical CSS for web pages to speed up initial rendering by extracting above-the-fold styles.

#critical-css#puppeteer#headless-chrome
Stars2.7k
Forks176
Last commit2 years ago
otter
otterGo

A high-performance, in-memory caching library for Go with adaptive eviction policies and low memory overhead.

#in-memory-cache#w-tinylfu#high-performance
Stars2.7k
Forks65
Last commit1 month ago
moka
mokaRust

A high-performance, concurrent caching library for Rust inspired by Java's Caffeine.

#in-memory-cache#lru-cache#caching
Stars2.6k
Forks124
Last commit15 hours ago
flexmark-java
flexmark-javaJava

A fast, extensible CommonMark/Markdown parser for Java with source-level AST and emulation of other markdown processors.

#ast-generation#java-library#commonmark
Stars2.6k
Forks302
Last commit1 year ago
loadtest
loadtestJavaScript

A Node.js load testing tool for HTTP and WebSocket URLs with configurable requests, concurrency, and rate limiting.

#load-testing#apache-ab-alternative#websocket-testing
Stars2.6k
Forks212
Last commit6 months ago
specter
specterClojure

A Clojure(Script) library for concise, high-performance querying and transformation of nested and recursive data structures.

#recursive-navigation#functional-programming#clojurescript
Stars2.6k
Forks105
Last commit9 months ago
maud
maudRust

A compile-time HTML template engine for Rust that transforms markup into specialized Rust code for maximum performance and type safety.

#macro#html-templates#server-side-rendering
Stars2.6k
Forks174
Last commit2 months ago
Delaunator
DelaunatorJavaScript

An incredibly fast and robust JavaScript library for Delaunay triangulation of 2D points.

#delaunay#algorithm#fast
Stars2.6k
Forks152
Last commit1 month ago
amber
amberCrystal

A Crystal web framework for fast, simple, and enjoyable application development with high performance.

#orm#fast#productivity
Stars2.6k
Forks206
Last commit1 month ago
html5ever
html5everRust

A high-performance, browser-grade HTML5 parser written in Rust, developed as part of the Servo project.

#servo#browser-engine#web-standards
Stars2.6k
Forks280
Last commit9 days ago
Yandex.Tank
Yandex.TankPython

An extensible open source load testing tool for advanced Linux users, supporting multiple load generators and performance analytics.

#load-testing#jmeter#phantom
Stars2.6k
Forks283
Last commit24 days ago
ngx-toastr
ngx-toastrTypeScript

A customizable toast notification library for Angular applications with high performance and no external animation dependencies.

#ngmodule#aot-compilation#a11y
Stars2.6k
Forks364
Last commit5 months ago
Cached Network Image
Cached Network ImageDart

A Flutter library to download, cache, and display images from the internet with built-in caching.

#caching#image-caching#network-images
Stars2.6k
Forks733
Last commit1 year ago
Swiftcord
Swiftcord

A fully native Discord client for macOS built entirely in Swift, offering a fast and beautiful alternative to the official app.

#chat#open-source#discord-client
Stars2.6k
Forks97
Last commit1 month ago
rbspy
rbspyRust

A low-overhead sampling CPU profiler for Ruby that can profile running processes without restarting them.

#production-profiling#cpu#cli-tool
Stars2.6k
Forks105
Last commit2 days ago
Composer/Xdebug-Handler
Composer/Xdebug-HandlerPHP

Restarts CLI processes without loading the Xdebug extension to improve performance.

#composer#performance-optimization#xdebug
Stars2.6k
Forks33
Last commit23 days ago
http-kit
http-kitJava

A minimalist, high-performance event-driven HTTP client and server for Clojure, fully Ring-compatible.

#realtime#event-driven#http-server
Stars2.6k
Forks351
Last commit2 months ago
faer-rs
faer-rsRust

A pure Rust linear algebra library focusing on portability, correctness, and performance with both low-level routines and high-level wrappers.

#scientific-computing#pure-rust#matrix
Stars2.6k
Forks101
Last commit1 month ago
ShimmerLayout
ShimmerLayoutJava

A memory-efficient Android library for adding Facebook/LinkedIn-style shimmer loading effects to layouts.

#shimmer-effect#ui-animation#android-application
Stars2.5k
Forks279
Last commit6 years ago
PeachPie
PeachPieC#

A modern PHP compiler and runtime for .NET/.NET Core, enabling PHP code to run within the .NET ecosystem.

#microsoft#peachpie#netstandard
Stars2.5k
Forks212
Last commit1 month ago
PreviousPage 9 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
#Javascript Library71
#Dotnet71