Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Performance

Performance

1156 projects

Showing 36 of 1156 projects

Stash
StashPHP

A PHP caching library that speeds up code by storing results of expensive operations like database queries and API calls.

#filesystem#caching#redis
Stars961
Forks130
Last commit5 months ago
G3log
G3logC++

An asynchronous, crash-safe C++14 logger with intuitive API, design-by-contract checks, and custom sink support.

#crash-safe#asynchronous-logging#public-domain
Stars956
Forks280
Last commit2 months ago
FastBinaryEncoding
FastBinaryEncodingC++

Ultra-fast binary serialization library with code generation for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, and Swift.

#multi-language#high-performance#protocol-buffers-alternative
Stars954
Forks98
Last commit
Hydro
HydroShell

A minimal, high-performance Fish shell prompt with asynchronous Git status display.

#developer-tools#shell-prompt#minimalist
Stars941
Forks81
Last commit3 months ago
roaring-rs
roaring-rsRust

A Rust implementation of the Roaring bitmap data structure for compressed bitsets.

#roaring-bitmaps#bitset-library#set-operations
Stars935
Forks106
Last commit1 month ago
swagger-stats
swagger-statsJavaScript

API observability middleware for Node.js microservices, tracing calls and monitoring performance, health, and usage statistics.

#api-analytics#rest#devops
Stars934
Forks148
Last commit2 years ago
gulp-uncss
gulp-uncssJavaScript

A deprecated Gulp plugin that removes unused CSS selectors from stylesheets by analyzing HTML files.

#unused-css#deprecated#css-optimization
Stars932
Forks38
Last commit9 years ago
asscroll
asscrollJavaScript

A lightweight JavaScript hybrid smooth scroll library combining virtual scroll performance with native scroll reliability.

#smooth-scroll-plugins#custom-scrollbar#web-animation
Stars926
Forks24
Last commit3 years ago
Ashley
AshleyJava

A tiny, high-performance Java entity framework for game development, inspired by Ash and Artemis.

#java#game-development#game-architecture
Stars926
Forks146
Last commit3 years ago
csbindgen
csbindgenRust

A Rust tool that automatically generates C# FFI bindings from Rust or C libraries for .NET and Unity.

#csharp#native-interop#dotnet
Stars921
Forks76
Last commit19 days ago
Image Optimizer
Image OptimizerPHP

A PHP library for optimizing PNG, JPG, GIF, and SVG images using command-line tools like optipng, pngquant, jpegoptim, and svgo.

#png#command-line-tools#optipng
Stars914
Forks140
Last commit2 years ago
Insight
InsightJavaScript

A Chrome DevTools extension for debugging and optimizing WebGL applications with visual inspectors and performance tools.

#graphics#profiling#webgl
Stars914
Forks47
Last commit4 years ago
Ox
OxC

A fast Ruby XML parser, object marshaller, and SAX parser designed as a high-performance alternative to Nokogiri and Marshal.

#object-marshalling#sax-parser#ruby-gem
Stars910
Forks79
Last commit1 month ago
hlchunk.nvim
hlchunk.nvimLua

A Neovim plugin written in Lua that highlights indent lines and the current code chunk based on cursor position.

#syntax-highlighting#neovim-plugin#indent-guides
Stars906
Forks44
Last commit1 month ago
ruby-vips
ruby-vipsRuby

A Ruby binding for the libvips image processing library, offering fast, memory-efficient image operations.

#graphics#ffi#ruby-gem
Stars904
Forks64
Last commit6 months ago
fastexcel
fastexcelJava

A high-performance Java library for generating and reading large Excel files with minimal memory usage.

#high-performance#low-memory#spreadsheet
Stars899
Forks146
Last commit7 days ago
Lina Engine
Lina EngineC++

A lightweight, modular, and fast open-source C++ game engine for developing customizable 3D desktop games.

#vulkan#modular-architecture#3d-graphics-engine
Stars898
Forks62
Last commit8 months ago
EcmaScript
EcmaScriptJava

EcmaScript (JavaScript) language support for Eclipse Vert.x, enabling fast server-side JavaScript on the JVM.

#hacktoberfest2021#server-side#npm
Stars891
Forks74
Last commit5 months ago
Razor
RazorGo

A Go port of the Razor view engine that compiles templates to Go code for extreme performance and concise syntax.

#fast#razor-syntax#html-templates
Stars884
Forks88
Last commit14 days ago
jedisct1/flowgger
jedisct1/flowggerRust

A fast, secure, and standalone log collector written in Rust that parses, validates, and forwards log data.

#graylog#syslog#observability
Stars883
Forks60
Last commit11 months ago
jiffy
jiffyC

A high-performance JSON parser and encoder for Erlang implemented as a NIF.

#json-encoder#data-serialization#erlang-nif
Stars875
Forks320
Last commit2 days ago
Exoskeleton
ExoskeletonJavaScript

A faster, leaner Backbone.js alternative for modern HTML5 applications.

#custom-builds#html5-apps#lightweight
Stars874
Forks42
Last commit5 years ago
dutree
dutreeRust

A fast, Rust-based command-line tool to analyze and visualize disk usage with a filesystem tree.

#filesystem#command-line-tool#system-administration
Stars873
Forks45
Last commit4 years ago
CacheCow
CacheCowC#

A .NET library implementing HTTP caching for both client-side HttpClient and server-side ASP.NET Web API/MVC Core.

#httpclient#caching#http
Stars869
Forks167
Last commit2 years ago
JET
JETJulia

A static code analyzer for Julia that uses type inference to detect potential bugs and type instabilities without requiring type annotations.

#performance-engineering#julia#developer-tools
Stars866
Forks44
Last commit3 days ago
Expression
ExpressionSwift

A cross-platform Swift library for evaluating mathematical and boolean expressions at runtime with support for custom symbols and types.

#custom-operators#runtime-evaluation#boolean-logic
Stars863
Forks53
Last commit4 months ago
next.jdbc
next.jdbcClojure

A modern, low-level Clojure wrapper for JDBC-based database access, designed for performance and simplicity.

#datafy#database#transducers
Stars858
Forks96
Last commit15 days ago
Msgpack-Cli
Msgpack-CliC#

A MessagePack serialization/deserialization library for Common Language Infrastructure (CLI) platforms like .NET Framework, Mono, and Xamarin.

#xamarin#mono#msgpack
Stars856
Forks176
Last commit1 year ago
goverter
goverterGo

Generate type-safe Go converters by defining interface function signatures, avoiding runtime reflection.

#generator#developer-tools#copy
Stars856
Forks67
Last commit3 months ago
GridView
GridViewSwift

A reusable iOS GridView with UITableView-like APIs for high-performance timetables, spreadsheets, and paging.

#ios#grid-view#paging
Stars855
Forks56
Last commit2 years ago
bencher
bencherRust

A suite of continuous benchmarking tools that detects and prevents performance regressions before they hit production.

#multi-language#devops#web-console
Stars854
Forks41
Last commit1 day ago
tartiflette
tartiflettePython

A GraphQL server implementation for Python 3.7+ built with asyncio and SDL.

#graphql-engine#asyncio#api
Stars853
Forks35
Last commit2 years ago
ember-fastboot
ember-fastbootJavaScript

Server-side rendering for Ember.js applications, enabling HTML delivery without JavaScript download.

#hacktoberfest#javascript-framework#fastboot
Stars851
Forks159
Last commit8 months ago
rapidhash
rapidhashC++

A family of extremely fast, high-quality, platform-independent hash functions optimized for different performance profiles.

#hashing#embedded#data-structures
Stars847
Forks47
Last commit12 days ago
fast_io
fast_ioC++

A freestanding C++20 input/output library designed to replace <iostream> and <cstdio> with exceptional performance.

#memory-mapping#unicode#cxx
Stars842
Forks69
Last commit13 days ago
ESL
ESLJavaScript

A browser-only, AMD-compliant module loader for modern web applications, offering smaller size and higher performance than RequireJS.

#loader#dependency-management#enterprise
Stars841
Forks221
Last commit3 years ago
PreviousPage 16 of 33Next

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
11 months ago
#Javascript154
#Frontend117
#Go109
#Rust101
#Cross Platform96
#Nodejs86
#Golang79
#Dotnet65
#Caching65
#Typescript61
#Javascript Library61
#Developer Tools59