Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Performance

Performance

1171 projects

Showing 36 of 1171 projects

bingo
bingoGo

Fast, zero-allocation Go library for lexicographic-order-preserving serialization of native types.

#database-keys#go-library#byte-packing
Stars52
Forks5
Last commit1 year ago
Ke
KeHTML

Fast, memory-efficient queue implementations in OCaml for functional and imperative use cases.

#functional-programming#mirageos#queue
Stars52
Forks5
Last commit2 years ago
JMeter Gradle Plugin
JMeter Gradle PluginGroovy

A Gradle plugin for running Apache JMeter performance and load tests within Gradle builds.

#gradle#load-testing#performance-testing
Stars51
Forks46
Last commit5 years ago
zero
zeroRust

A Rust library for zero-allocation parsing of binary data, supporting no_std environments.

#embedded#binary-parsing#zero-allocation
Stars51
Forks12
Last commit3 years ago
fastcache
fastcacheShell

A Zsh plugin that caches command and completion output to accelerate shell startup with automatic background updates.

#completion-cache#shell-optimization#zsh-plugin
Stars51
Forks4
Last commit2 months ago
smartcache
smartcacheShell

A Zsh plugin that caches command and completion output to accelerate shell startup with automatic background updates.

#caching#shell-optimization#completion-system
Stars51
Forks4
Last commit2 months ago
copy
copyGo

A Go package for fast, type-safe copying between structs with support for nested structures, embedded types, and pointers.

#golang-package#copy#struct-copying
Stars51
Forks5
Last commit5 years ago
ecx
ecxHaxe

An Entity Component System framework for Haxe, designed for high-performance game development.

#macro#haxe#dependency-injection
Stars51
Forks10
Last commit6 years ago
cache
cacheCrystal

A Crystal key/value store with configurable expiration for caching serializable objects.

#api-caching#hacktoberfest#filesystem
Stars51
Forks2
Last commit3 months ago
CacheAdvance
CacheAdvanceSwift

A high-performance Swift cache for logging systems that persists log events 30x faster than SQLite.

#ios#json-encoding#tvos
Stars50
Forks6
Last commit1 month ago
cc-tools
cc-toolsGo

High-performance Go implementation of Claude Code utilities providing statusline generation and MCP server management.

#developer-tools#claude-code#cli
Stars50
Forks6
Last commit18 days ago
AWS SDK
AWS SDKJava

Enables AWS SDK v2 usage within Vert.x applications by providing a Vert.x-based HTTP client and executor.

#aws-integration#async-programming#non-blocking
Stars50
Forks13
Last commit2 years ago
Bitwise
BitwiseRuby

A Ruby gem for fast, memory-efficient bitwise operations on large binary strings using C extensions.

#bit-arrays#data-structures#ruby-gem
Stars50
Forks6
Last commit3 years ago
Outrageously efficient EDA
Outrageously efficient EDAHTML

A lightning talk demonstrating how to use Apache Arrow with dplyr for efficient data manipulation in R.

#lightning-talk#apache-arrow#dplyr
Stars49
Forks10
Last commit4 years ago
CakePHP Cache
CakePHP CachePHP

A caching library for CakePHP with support for multiple backends like File, APC, Memcached, Redis, and Xcache.

#caching#redis#cakephp
Stars49
Forks7
Last commit7 days ago
plug_statsd
plug_statsdElixir

An Elixir Plug that automatically sends HTTP request timing and count metrics to statsd.

#elixir#plug-middleware#observability
Stars49
Forks15
Last commit7 years ago
Tephra
TephraC++

A modern C++17 graphics and compute library that provides a high-level abstraction over Vulkan, bridging the gap to APIs like OpenGL.

#parallel-recording#vulkan#graphics
Stars48
Forks2
Last commit1 month ago
react-intersection-visible-hook
react-intersection-visible-hookJavaScript

A React hook that tracks component visibility using the Intersection Observer API.

#hook#ui-utilities#intersectionobserver
Stars48
Forks4
Last commit7 years ago
set
setGo

A performant Go wrapper around reflect for loose type conversion, struct mapping, and slice building.

#database-mapping#struct-mapping#typeconversion
Stars47
Forks4
Last commit4 years ago
porter2
porter2Go

A high-performance Porter2 stemmer implementation using finite state machines for suffix comparison.

#stemming#go-library#natural-language-processing
Stars47
Forks6
Last commit5 years ago
compose-tiny
compose-tinyJavaScript

A minimal and high-performance function composition utility for JavaScript and TypeScript.

#functional-programming#function-composition#npm-package
Stars46
Forks2
Last commit3 years ago
Migrant
MigrantC#

A fast .NET serialization framework for complex object graphs without requiring class decoration.

#nuget#mono#deep-cloning
Stars46
Forks18
Last commit1 month ago
Blazor.DownloadFileFast
Blazor.DownloadFileFastC#

A Blazor library for fast client-side file downloads without JavaScript dependencies.

#webassembly#file-download#web-app
Stars46
Forks7
Last commit1 year ago
decimal
decimalGo

An arbitrary-precision decimal floating-point arithmetic package for Go, using a pure decimal representation for performance.

#decimal#financial-computing#decimal-arithmetic
Stars45
Forks3
Last commit3 years ago
JsonHilo
JsonHiloJavaScript

A fast, lossless streaming JSON parser for JavaScript with high-level and low-level interfaces.

#fast#zero-dependency#modular
Stars45
Forks3
Last commit9 months ago
CSSVacuum
CSSVacuum

A Chrome extension that identifies critical above-the-fold CSS for optimizing the critical rendering path.

#above-the-fold#web-performance#css-optimization
Stars45
Forks4
Last commit12 years ago
memutils
memutilsD

A D library providing enhanced allocators, allocator-aware containers, and lifetime management utilities for fine-grained memory control.

#d-language#thread-safety#smart-pointers
Stars45
Forks12
Last commit1 year ago
arr-diff
arr-diffJavaScript

Returns the difference between the first array and additional arrays using strict equality.

#arr#array#values
Stars45
Forks18
Last commit4 years ago
Restrict subclassing support in built-ins
Restrict subclassing support in built-ins

A TC39 proposal to remove ES6 built-in subclassing machinery (Types II, III, IV) to reduce complexity and security vulnerabilities.

#builtins#tc39#language-proposal
Stars44
Forks6
Last commit2 years ago
pad-left
pad-leftJavaScript

A fast JavaScript library for left-padding strings with zeros or custom characters.

#left#fill#npm-package
Stars44
Forks7
Last commit4 years ago
biniou
biniouOCaml

Extensible binary data format designed for speed, safety, and backward compatibility, offering a faster alternative to JSON.

#data-serialization#binary-data-format#protocol-evolution
Stars43
Forks16
Last commit4 years ago
UltrafastSecp256k1
UltrafastSecp256k1C++

Ultra high-performance secp256k1 ECC engine with GPU acceleration, continuous adversarial audit, and multi-language bindings.

#cuda#crypto#ios
Stars43
Forks19
Last commit7 hours ago
dir_walker
dir_walkerElixir

A lazy, depth-first directory tree walker for Elixir that efficiently handles large filesystems.

#stream-processing#directory-traversal#elixir
Stars43
Forks14
Last commit5 years ago
quickrand
quickrandErlang

Efficient random number generation for Erlang with proper seeding and a replacement for the deprecated random module.

#random-number-generation#library#random-number-generators
Stars42
Forks11
Last commit9 months ago
ember-cli-lazy-load
ember-cli-lazy-loadJavaScript

An Ember CLI addon that enables lazy loading by splitting your Ember application into separate bundles.

#ember-addon#ember-cli#frontend
Stars42
Forks8
Last commit5 years ago
hashgen
hashgenGo

A blazingly fast CLI hash generator supporting 60+ hash functions, encoding, and decoding operations.

#generator#hash#cyclone
Stars42
Forks5
Last commit6 days ago
PreviousPage 32 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
#Javascript155
#Frontend119
#Go111
#Rust102
#Cross Platform96
#Nodejs86
#Golang81
#Caching67
#Dotnet66
#Javascript Library62
#Typescript61
#Developer Tools60