Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Performance

Performance

1100 projects

Showing 36 of 1100 projects

EasyCaching
EasyCachingC#

An open-source caching library for .NET Core that simplifies basic and advanced caching operations with multiple provider support.

#in-memory-cache#memory-cache#caching
Stars2.1k
Forks337
Last commit1 year ago
Memory-stats.js
Memory-stats.jsJavaScript

A minimal JavaScript library for monitoring heap memory usage via performance.memory API.

#heap-size#frontend#javascript
Stars2.1k
Forks105
Last commit11 years ago
msgpack
msgpackPython

A Python implementation of the MessagePack binary serialization format, providing fast and compact data exchange.

#msgpack#python-library#python
Stars2.1k
Forks246
Last commit6 days ago
prometheus-net
prometheus-netC#

A .NET library for instrumenting applications with Prometheus metrics, including built-in integrations for ASP.NET Core.

#observability#dotnet#aspnet-core
Stars2.1k
Forks317
Last commit2 years ago
PicoHTTPParser
PicoHTTPParserC

A tiny, primitive, fast HTTP request/response parser written in C, designed to be stateless and memory-efficient.

#c-library#web-server#server-side
Stars2.1k
Forks275
Last commit2 months ago
pocketpy
pocketpyC

A portable Python 3.x interpreter written in C11 for embedding in C/C++ projects, designed as a Lua alternative for game scripting.

#programming-language#embedded-scripting#interpreter
Stars2.1k
Forks209
Last commit7 days ago
profile
profileGo

A simple Go package for enabling CPU, memory, and block profiling with minimal configuration.

#go-package#cpu-profiling#performance-analysis
Stars2.1k
Forks121
Last commit3 years ago
fast_float
fast_floatC++

A high-performance C++ library for parsing floating-point and integer numbers from strings, 4x to 10x faster than strtod.

#cpp-library#high-performance#from-chars
Stars2.1k
Forks183
Last commit1 day ago
go-critic
go-criticGo

A highly extensible Go source code linter providing opinionated checks for bugs, performance, and style issues.

#hacktoberfest#idiomatic-go#conventions
Stars2.1k
Forks132
Last commit4 months ago
cached
cachedRust

A Rust library providing caching structures and procedural macros for easy function memoization.

#macro#rust-caching#caching
Stars2.0k
Forks109
Last commit1 day ago
poison
poisonElixir

A high-performance, standards-compliant JSON library for Elixir, built for speed and correctness.

#encoder#elixir#data-serialization
Stars2.0k
Forks213
Last commit1 year ago
DeepDiff
DeepDiffSwift

A Swift library for fast diffing between two collections, providing edit steps to animate UITableView and UICollectionView updates.

#ios#open-source#animation
Stars2.0k
Forks142
Last commit5 years ago
PHPBench
PHPBenchPHP

A PHP benchmarking framework for performance testing, analogous to PHPUnit but for measuring execution time and memory usage.

#statistical-analysis#performance-testing#dev-tools
Stars2.0k
Forks132
Last commit2 days ago
SwiftSVG
SwiftSVGSwift

A lightweight, high-performance SVG parser for iOS and macOS, optimized for flat icons and runtime theming.

#svg-parser#ios#icon-rendering
Stars2.0k
Forks234
Last commit3 years ago
marl
marlC++

A hybrid thread/fiber task scheduler for C++11 that enables efficient execution of blocking tasks.

#parallel-computing#task-scheduler#coroutine-library
Stars2.0k
Forks202
Last commit1 month ago
JSON-Patch
JSON-PatchJavaScript

A high-performance JavaScript implementation of the JSON Patch standard (RFC 6902) for applying, generating, and validating JSON diffs.

#real-time-updates#data-synchronization#json-patch
Stars2.0k
Forks225
Last commit7 months ago
mgo
mgoGo

A high-performance, maintained fork of the mgo MongoDB driver for the Go programming language.

#database#bson#nosql
Stars2.0k
Forks223
Last commit4 years ago
IdentityCache
IdentityCacheRuby

A blob-level read-through caching solution for ActiveRecord that adds fetch methods to cache model objects and associations using Memcached.

#orm#caching#ruby-gem
Stars2.0k
Forks172
Last commit1 month ago
rx-angular
rx-angularTypeScript

A comprehensive toolkit for building fully reactive, high-performance Angular applications with a focus on runtime performance and developer experience.

#performance-optimization#reactive-programming#rxjs
Stars2.0k
Forks208
Last commit
Blend2D
Blend2DC++

A high-performance 2D vector graphics engine powered by a JIT compiler for real-time rendering.

#rasterization#font-rendering#simd
Stars1.9k
Forks153
Last commit6 months ago
rust-csv
rust-csvRust

A fast and flexible CSV reader and writer for Rust with Serde support for easy data serialization.

#data-serialization#serde#library
Stars1.9k
Forks246
Last commit7 months ago
Active Record Doctor
Active Record DoctorRuby

A Ruby gem that detects database issues in Rails applications before they reach production.

#schema-linter#database#rails
Stars1.9k
Forks69
Last commit4 months ago
gulp-imagemin
gulp-imageminJavaScript

A Gulp plugin to minify PNG, JPEG, GIF, and SVG images using imagemin.

#png#compress-images#image-optimization
Stars1.9k
Forks155
Last commit7 months ago
loguru
loguruC++

A lightweight, fast, and flexible C++ logging library with minimal dependencies and easy integration.

#logging-library#c-plus-plus#assertions
Stars1.9k
Forks275
Last commit1 year ago
Szilard's machine learning benchmark
Szilard's machine learning benchmarkR

A minimal benchmark comparing scalability, speed, and accuracy of popular open-source machine learning libraries for binary classification.

#h2o#random-forest#open-source
Stars1.9k
Forks328
Last commit3 years ago
Stl.Fusion
Stl.FusionC#

A .NET library for building real-time apps with transparent caching and automatic dependency tracking, requiring minimal extra code for live updates.

#realtime#realtime-tracking#webassembly
Stars1.9k
Forks105
Last commit4 days ago
datatable
datatableC++

A high-performance Python package for fast, multi-threaded manipulation of large tabular datasets, inspired by R's data.table.

#data-science#multi-threading#dataframe
Stars1.9k
Forks167
Last commit1 year ago
workly
worklyJavaScript

A lightweight library to easily move functions or classes to web workers for non-blocking UI execution.

#web-worker#developer-tools#async-await
Stars1.9k
Forks34
Last commit3 years ago
colord
colordTypeScript

A tiny, high-performance JavaScript library for color parsing, manipulation, and conversion with a plugin-based architecture.

#hex#plugin-system#a11y
Stars1.9k
Forks61
Last commit17 days ago
gomemcache
gomemcacheGo

A Go client library for interacting with Memcached servers, providing a simple API for caching operations.

#memcache#caching#database-cache
Stars1.9k
Forks474
Last commit1 month ago
Speed Racer
Speed RacerJavaScript

A performance runner that collects detailed traces and reports for JavaScript libraries and applications using Chrome.

#tracing#performance-testing#regression-testing
Stars1.8k
Forks23
Last commit3 years ago
snmalloc
snmallocC++

A high-performance message-passing memory allocator designed for scalable multithreaded applications.

#memory-allocator#malloc#c-plus-plus
Stars1.8k
Forks123
Last commit4 days ago
Phenomenon
PhenomenonTypeScript

A fast 2kB low-level WebGL library for GPU-accelerated particle systems and high-performance visual effects.

#particles#shaders#visual-effects
Stars1.8k
Forks46
Last commit2 years ago
Fasterer
FastererRuby

A Ruby command-line tool that suggests performance improvements by analyzing code patterns against faster alternatives.

#ruby-gem#cli-tool#code-quality
Stars1.8k
Forks76
Last commit2 years ago
statsite
statsiteC

A high-performance C implementation of the StatsD metrics aggregation server, wire-compatible with Etsy's StatsD.

#devops#observability#aggregated-metrics
Stars1.8k
Forks238
Last commit5 years ago
LZFSE
LZFSEC

A Lempel-Ziv compression algorithm using Finite State Entropy coding for high-speed compression and decompression.

#apple#c-library#command-line-tool
Stars1.8k
Forks192
Last commit3 years ago
PreviousPage 11 of 31Next

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
2 months ago
#Javascript146
#Frontend112
#Go102
#Rust100
#Cross Platform93
#Nodejs80
#Golang75
#Dotnet63
#Caching61
#Typescript60
#C Plus Plus59
#Javascript Library59