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

Libspng
LibspngC

A simple, secure, and high-performance C library for reading and writing PNG files, designed as a modern alternative to libpng.

#c-library#libpng-alternative#png
Stars836
Forks91
Last commit2 years ago
structslop
structslopGo

A static analyzer for Go that recommends struct field rearrangements to maximize memory allocation efficiency.

#memory-efficiency#struct-layout#golang
Stars835
Forks29
Last commit2 years ago
elixometer
elixometerElixir

A lightweight Elixir wrapper for exometer that simplifies metric definition and automatic subscription to reporters.

#exometer#elixir#reporting
Stars826
Forks57
Last commit2 years ago
Fiber
Fiber

A curated list of awesome Fiber middlewares, boilerplates, recipes, articles, and tools for the Go web framework.

#developer-tools#rest-api#boilerplate
Stars819
Forks56
Last commit1 day ago
nimble_csv
nimble_csvElixir

A simple and extremely fast CSV parsing and dumping library for Elixir with customizable parsers.

#elixir#csv-parsing#binary-patterns
Stars817
Forks56
Last commit7 months ago
kraken
krakenHTML

A lightweight, mobile-first boilerplate for front-end web developers.

#lightweight-css#css-framework#mobile-first
Stars811
Forks80
Last commit10 months ago
cassowary
cassowaryGo

A modern cross-platform HTTP load-testing tool written in Go, supporting multiple modes and metric exports.

#load-testing#devops#performance-testing
Stars811
Forks41
Last commit9 months ago
bulk_insert
bulk_insertRuby

An ActiveRecord extension for efficiently inserting large datasets via single SQL statements in Ruby on Rails.

#sql-optimization#rails-extension#ruby-gem
Stars808
Forks81
Last commit4 years ago
lz4net
lz4netC#

A high-performance LZ4 and LZ4HC compression library for .NET, offering fast block and stream compression.

#lz4#stream-compression#high-speed
Stars804
Forks90
Last commit2 months ago
FlatGeoBuf
FlatGeoBufRust

A performant binary encoding for geographic data based on flatbuffers, designed for fast streaming and spatial filtering.

#flatbuffers#geospatial#spatial-index
Stars803
Forks104
Last commit1 month ago
SPy
SPyPython

A variant of Python designed to be statically compilable while retaining useful dynamic features, with both an interpreter and a compiler.

#c-library#programming-language#compiler
Stars790
Forks53
Last commit1 day ago
YAS
YASC++

A high-performance, header-only C++11 serialization library designed as a faster alternative to boost.serialization.

#data-persistence#binary-serialization#c-plus-plus-11
Stars784
Forks100
Last commit1 year ago
htmlquery
htmlqueryGo

A Go package for querying HTML documents using XPath expressions with built-in caching for performance.

#caching#xpath-selector#html-parsing
Stars784
Forks80
Last commit21 days ago
Signals
SignalsDart

A fine-grained reactive programming library for Dart and Flutter applications with automatic dependency tracking.

#dart#fine-grained-reactivity#reactive-programming
Stars783
Forks82
Last commit2 days ago
PCOV
PCOVC

A self-contained, high-performance code coverage driver for PHP that's compatible with PHPUnit's CodeCoverage library.

#test-coverage#phpunit#testing
Stars780
Forks37
Last commit9 months ago
Rocker
RockerJava

A Java 8+ optimized, memory-efficient, and speedy template engine that compiles templates into statically typed Java classes.

#hot-reloading#static-typing#server-side-rendering
Stars779
Forks91
Last commit4 months ago
sidekiq.cr
sidekiq.crCrystal

A Crystal port of Sidekiq providing simple, efficient background job processing with high throughput.

#redis#distributed-systems#crystal-lang
Stars778
Forks73
Last commit3 months ago
deque
dequeGo

A fast ring-buffer deque (double-ended queue) implementation in Go with O(1) operations and optimized memory performance.

#circular-buffer#queue#stack
Stars776
Forks69
Last commit11 days ago
Towel
TowelC#

A comprehensive .NET library providing data structures, algorithms, mathematics, extensions, and utilities to enhance C# development.

#mathematics#measurement-units#library
Stars774
Forks53
Last commit2 years ago
Tiny JS
Tiny JSJavaScript

A curated collection of JavaScript libraries under 2 kB to reduce bundle size for frontend development.

#open-source#ui-frameworks#tiny-libraries
Stars773
Forks13
Last commit1 year ago
Device Detector
Device DetectorRuby

A precise and fast Ruby user agent parser and device detector backed by a large, up-to-date database.

#caching#operating-system-detection#http-headers
Stars772
Forks115
Last commit7 months ago
siteone-crawler
siteone-crawlerRust

A cross-platform website crawler and analyzer for SEO, security, accessibility, and performance optimization, built in Rust.

#seo-analysis#website-crawler#devops
Stars770
Forks67
Last commit2 months ago
AChartEngine
AChartEngineJava

A versatile charting library for Android applications supporting multiple chart types with high performance.

#open-source#android#java
Stars769
Forks238
Last commit3 years ago
obsidian
obsidianTypeScript

A native GraphQL caching client and server module for Deno, featuring flexible caching strategies and full-stack integration.

#developer-tools#caching#redis
Stars763
Forks114
Last commit2 years ago
Linq_Faster
Linq_FasterC#

High-performance LINQ-like extension methods for arrays, Span<T>, and List<T> with SIMD and parallel optimizations.

#arrays#simd#memory-efficiency
Stars760
Forks35
Last commit8 months ago
DefaultEcs
DefaultEcsC#

A high-performance Entity Component System framework for C# game development, prioritizing simplicity and minimal constraints.

#gamedev#multi-threading#csharp
Stars759
Forks66
Last commit2 years ago
colfer
colferJava

A binary serialization format and compiler optimized for speed and size, generating code from schema definitions.

#binary-serialization#serializable-objects#high-performance
Stars757
Forks55
Last commit3 months ago
ngx-quicklink
ngx-quicklinkTypeScript

An Angular router preloading strategy that automatically prefetches lazy-loaded modules for visible links.

#requestidlecallback#prefetching#speed
Stars756
Forks43
Last commit6 months ago
nanomorph
nanomorphJavaScript

A hyper-fast diffing algorithm for real DOM nodes that efficiently updates only changed elements.

#algorithm#web-optimization#choo-framework
Stars751
Forks57
Last commit5 years ago
Lazy Load
Lazy LoadTypeScript

A lightweight, zero-dependency library for lazy loading images in Angular applications.

#image-optimization#web-performance#frontend
Stars751
Forks140
Last commit3 years ago
Unread
UnreadRuby

A Ruby on Rails gem to manage read/unread status of ActiveRecord objects with high performance.

#rubygems#database#rails
Stars742
Forks121
Last commit2 months ago
leven
levenJavaScript

Fastest JavaScript implementation of the Levenshtein distance algorithm for measuring string similarity.

#algorithm#npm-package#levenshtein-distance
Stars734
Forks31
Last commit9 months ago
TPT
TPTPLSQL

A collection of SQL*Plus scripts for Oracle Database performance optimization and troubleshooting.

#oracle-performance#database#oracle
Stars724
Forks334
Last commit12 days ago
Rugby
RugbySwift

A CLI tool that caches CocoaPods dependencies to speed up Xcode project rebuilds and reduce indexing time.

#developer-tools#cocoapods-performance#cache-pods
Stars716
Forks58
Last commit3 months ago
Andromeda
AndromedaC++

Interactive reverse engineering tool for Android applications, written in C/C++ for performance.

#apk-analysis#android#android-reverse-engineering
Stars713
Forks75
Last commit6 years ago
cpp-sort
cpp-sortC++

A generic C++17 header-only library providing sorting algorithms, sorter adapters, and related tools with a unified interface.

#algorithm#sorting#cplusplus-17
Stars711
Forks62
Last commit11 days ago
PreviousPage 17 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
#Javascript154
#Frontend117
#Go109
#Rust101
#Cross Platform96
#Nodejs86
#Golang79
#Dotnet65
#Caching65
#Typescript61
#Javascript Library61
#Developer Tools59