Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Performance Optimization

Performance Optimization

278 projects

Showing 36 of 278 projects

PSThreadJob
PSThreadJobC#

A PowerShell module for running concurrent jobs using threads instead of processes, reducing resource overhead.

#threading#performance-optimization#resource-management
Stars181
Forks17
Last commit6 years ago
dbcritic
dbcriticIdris

A PostgreSQL database schema linter that identifies schema problems like missing primary keys and unindexed foreign keys.

#devops#performance-optimization#idris
Stars180
Forks2
Last commit6 months ago
plf::list
plf::listC++

A high-performance drop-in replacement for std::list with significantly faster insertion, erasure, iteration, and sorting operations.

#performance-optimization#memory-efficiency#speed
Stars171
Forks22
Last commit27 days ago
Blink
BlinkLuau

An IDL compiler written in Luau for ROBLOX buffer networking, generating performant and bandwidth-efficient code.

#luau#buffer-networking#roblox
Stars167
Forks26
Last commit1 month ago
Godot C# Template
Godot C# TemplateC#

A Godot 4 C# game template with ENet multiplayer, visual in-game debugging, and performance-optimized components.

#multiplayer#csharp-code#debugging-tools
Stars166
Forks13
Last commit16 days ago
ByteNet
ByteNetLuau

A buffer-based networking library for Luau/Roblox that serializes data with a custom serializer for high performance.

#luau#data-transmission#roblox
Stars165
Forks33
Last commit10 months ago
Googlemaps
GooglemapsJava

Capacitor plugin providing native Google Maps SDK integration for Android and iOS with better performance and cost efficiency.

#ios#native-sdk#capacitor-plugin
Stars163
Forks64
Last commit1 month ago
react-native-cache-image
react-native-cache-imageJavaScript

A React Native component for caching and efficiently managing web images with automatic storage cleanup.

#performance-optimization#image-caching#network-efficiency
Stars160
Forks20
Last commit
sfl library
sfl libraryC++

A header-only C++11/20 library providing specialized containers like static_vector, small_vector, and flat_map for performance and embedded use.

#flat-map#vector#constant-expressions
Stars157
Forks10
Last commit2 months ago
Fastly Extension
Fastly ExtensionPHP

A Magento 2 module that integrates Fastly CDN for enhanced caching, performance, and Geo-IP support.

#magento#caching#performance-optimization
Stars156
Forks123
Last commit8 days ago
grunt-critical
grunt-criticalHTML

Grunt plugin to extract and inline critical-path CSS from HTML for improved page load performance.

#above-the-fold#critical-css#grunt
Stars155
Forks28
Last commit5 months ago
Performance Optimized Workers
Performance Optimized WorkersJavaScript

A collection of Cloudflare Worker scripts focused on performance optimizations for web applications.

#streaming-responses#cloudflare-workers#caching
Stars154
Forks21
Last commit6 years ago
wasm2mpy
wasm2mpyC

Compile WebAssembly to native MicroPython modules for running high-performance code on embedded systems.

#iot#embedded-systems#webassembly
Stars153
Forks3
Last commit1 year ago
FastMM4-AVX
FastMM4-AVXPascal

A high-performance fork of FastMM4 with AVX/AVX2/AVX512 support, efficient synchronization, and FreePascal compatibility.

#memory-manager#memory-management#performance-optimization
Stars152
Forks23
Last commit1 month ago
love-loader
love-loaderLua

Threaded resource loading library for LÖVE game framework to prevent framerate drops during asset loading.

#threading#performance-optimization#game-development
Stars146
Forks17
Last commit1 year ago
RTree2D
RTree2DScala

A 2D immutable R-tree with STR packing for ultra-fast nearest and intersection queries in plane and spherical coordinates.

#range-query#scala-js#high-performance
Stars143
Forks11
Last commit16 days ago
ptags
ptagsRust

A parallel universal-ctags wrapper that accelerates tag generation for git repositories by up to 5x.

#developer-tools#source-code-navigation#performance-optimization
Stars142
Forks9
Last commit28 days ago
FastWARC
FastWARCRust

A collection of robust and fast Python tools for parsing, extracting, and analyzing web archive data, including a high-performance WARC parser.

#cython#batch-processing#content-extraction
Stars141
Forks18
Last commit1 day ago
Html-minifier
Html-minifierC#

A fast command-line tool to minify HTML, Razor views, and Web Forms views by removing unnecessary whitespace and comments.

#web-forms#html-minification#performance-optimization
Stars138
Forks43
Last commit1 month ago
Preact Async Route
Preact Async RouteJavaScript

Async route component for preact-router that enables lazy loading of components with loading states.

#prpl#async-routing#performance-optimization
Stars138
Forks14
Last commit3 years ago
ember-data-storefront
ember-data-storefrontJavaScript

A collection of APIs that address common data-loading issues in Ember Data applications.

#ember-data#ui-ux#javascript-framework
Stars137
Forks31
Last commit3 years ago
Interceptor Optimization
Interceptor OptimizationPHP

A Magento 2 module that replaces the default interceptor generator with a compiled approach for faster plugin execution.

#magento2#developer-tools#plugins
Stars137
Forks20
Last commit1 month ago
rho
rhoR

A refactored, efficient virtual machine for the R language with full compatibility and modern engineering.

#jit-compilation#performance-optimization#r-language
Stars134
Forks21
Last commit9 years ago
Deferred Updates
Deferred UpdatesJavaScript

A Knockout.js plugin that defers and batches observable updates to eliminate duplicate computations and improve performance.

#knockoutjs#performance-optimization#mvc-framework
Stars133
Forks19
Last commit
d3-force-reuse
d3-force-reuseJavaScript

A faster version of d3-force's many-body repulsion algorithm that reuses force approximations to speed up graph layouts.

#graph#quadtree#performance-optimization
Stars131
Forks5
Last commit4 years ago
Repeat
RepeatJavaScript

A faster, simpler alternative to Knockout's foreach binding with better performance and flexible context handling.

#dom-manipulation#mvc-pattern#javascript-framework
Stars130
Forks17
Last commit9 years ago
Pre-evaluate code at buildtime
Pre-evaluate code at buildtimeJavaScript

A Babel macro that pre-evaluates JavaScript code at build time, enabling build-time computations.

#developer-tools#code-pre-evaluation#performance-optimization
Stars126
Forks6
Last commit
AutoLoggerMessage
AutoLoggerMessageC#

A .NET source generator that automatically converts ILogger.Log* calls to high-performance LoggerMessage methods.

#allocation-reduction#performance-optimization#interceptors
Stars119
Forks6
Last commit6 months ago
Swift Accelerate
Swift AccelerateSwift

A Swift playground demonstrating how to use Apple's Accelerate framework for linear algebra operations like matrix multiplication and inversion.

#macos-development#vector-operations#performance-optimization
Stars119
Forks14
Last commit
Espresso
EspressoSwift

A Swift library for direct Neural Engine inference and training of transformers on Apple Silicon, bypassing CoreML for faster performance.

#apple#ane-hardware#apple-neural-engine
Stars115
Forks5
Last commit1 month ago
proteus
proteusClojure

A Clojure library providing local mutable variables with unsynchronized, unboxed performance for in-scope mutation.

#functional-programming#macros#performance-optimization
Stars112
Forks5
Last commit9 years ago
Laminas Cache
Laminas CachePHP

A comprehensive PHP caching library supporting multiple storage adapters and caching patterns for callbacks, classes, and output.

#memcache#psr-6#caching
Stars106
Forks59
Last commit1 day ago
GpProfiler2017
GpProfiler2017Pascal

A source code instrumenting profiler for Delphi applications to find bottlenecks and improve performance.

#unicode#multi-target-support#performance-optimization
Stars103
Forks23
Last commit20 days ago
Cassandra SStable Tools
Cassandra SStable ToolsJava

A suite of command-line tools for analyzing Apache Cassandra SSTables to optimize performance and troubleshoot data models.

#partition-analysis#compaction-tuning#performance-optimization
Stars103
Forks28
Last commit
parallel_stream
parallel_streamElixir

A parallelized stream implementation for Elixir that maintains order while processing with a worker pool.

#stream-processing#functional-programming#elixir
Stars103
Forks19
Last commit3 years ago
http-cache
http-cacheRust

A caching middleware for Node.js that implements HTTP caching standards including ETag, Last-Modified, and Cache-Control headers.

#nodejs-middleware#performance-optimization#etag
Stars101
Forks28
Last commit1 month ago
PreviousPage 7 of 8

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
7 years ago
10 years ago
5 years ago
9 years ago
15 days ago
Next
#Javascript30
#Caching26
#Build Tool25
#C Plus Plus23
#Developer Tools20
#Performance19
#Nodejs18
#Web Development18
#Frontend Tooling18
#Web Performance17
#Mobile Development16
#Cross Platform16