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

BitSet.js
BitSet.jsJavaScript

An infinite bit-array implementation in JavaScript with high performance and unique features like remembering leading ones on inversion.

#bit-set#bitwise#bit-twiddling
Stars238
Forks31
Last commit1 year ago
vue-virtual-waterfall
vue-virtual-waterfallVue

A Vue 3 component for rendering high-performance virtual waterfall layouts with dynamic item heights.

#vueuse#vue3#vite
Stars237
Forks34
Last commit4 months ago
ngx-ui-scroll
ngx-ui-scrollTypeScript

A directive for Angular providing unlimited bidirectional virtual scrolling over a limited viewport.

#virtual-scrolling#data-rendering#scrolling
Stars235
Forks18
Last commit3 months ago
roumon
roumonGo

A terminal-based goroutine monitor that visualizes active goroutines using pprof and termui.

#cli-tool#tui#goroutine-monitoring
Stars235
Forks10
Last commit2 days ago
Rev-dep
Rev-depGo

A high-speed static analysis tool for enforcing dependency graph hygiene and removing unused code in JavaScript/TypeScript projects.

#dependency-resolution#unused-dependencies#cli-tool
Stars234
Forks6
Last commit6 days ago
ember-service-worker
ember-service-workerJavaScript

A pluggable approach to Service Workers for Ember.js applications.

#hacktoberfest#progressive-web-app#service-worker
Stars234
Forks62
Last commit2 years ago
Preact Virtual List
Preact Virtual ListJavaScript

A Preact component that renders only visible rows from large datasets, supporting millions of items.

#rendering-optimization#large-datasets#frontend
Stars233
Forks24
Last commit6 years ago
lsp-timeout.nvim
lsp-timeout.nvimLua

A Neovim plugin that automatically stops idle LSP servers and restarts them on focus to reduce RAM usage.

#nvim-plugins#neovim-plugin#lsp-client
Stars233
Forks11
Last commit1 year ago
crc-rs
crc-rsRust

A Rust library for computing CRC (16, 32, 64) checksums with support for various standards and pluggable implementations.

#algorithm#hash#crc64
Stars231
Forks54
Last commit5 months ago
TooManyCooks
TooManyCooksC++

A high-performance C++20 concurrency framework with lock-free work-stealing thread pools, Asio integration, and simple coroutine syntax.

#work-stealing#cplusplus-20#parallel-computing
Stars229
Forks7
Last commit1 day ago
cached-nix-shell
cached-nix-shellRust

A caching layer for nix-shell that provides instant startup time on subsequent runs by storing and reusing environment variables.

#shell-environments#caching#build-tools
Stars229
Forks17
Last commit1 year ago
runiq
runiqRust

An efficient command-line tool and library for filtering duplicate lines from textual input, optimized for speed and memory usage.

#duplicate-removal#memory-efficiency#command-line-tool
Stars228
Forks22
Last commit6 months ago
react-native-easy-content-loader
react-native-easy-content-loaderTypeScript

A lightweight and customizable content loader (skeleton screen) for React Native apps, compatible with Expo and init projects.

#skeleton-screen#loading-indicator#react-native
Stars228
Forks21
Last commit
Keo
KeoJavaScript

Plain functions for a more functional Deku approach to creating stateless React components, with functional utilities like compose and memoize.

#functional-programming#immutability#stateless-components
Stars227
Forks11
Last commit3 years ago
gulp-size
gulp-sizeJavaScript

A Gulp plugin that logs file sizes in your build pipeline with compression and formatting options.

#build-tools#size#gzip
Stars227
Forks15
Last commit1 year ago
priority-queue
priority-queueRust

A Rust priority queue with efficient priority change operations, implemented using IndexMap and a heap of indexes.

#algorithm#min-max-heap#data-structures
Stars226
Forks33
Last commit1 month ago
coregex
coregexGo

A pure Go production-grade regex engine with SIMD optimizations, offering 3-3000x speedup over the standard library.

#multi-engine#dfa#high-performance
Stars226
Forks6
Last commit2 months ago
cpp11
cpp11C++

A header-only C++11 library for safe and efficient interaction with R objects from C++ code.

#r-api#c-plus-plus-11#r packages
Stars225
Forks52
Last commit1 month ago
AutoComplete
AutoCompleteC#

A high-performance, persistent autocomplete library for .NET with microsecond search speeds and support for all stream types.

#stream-storage#portable#production-library
Stars225
Forks22
Last commit7 months ago
aja
ajaElixir

An Elixir library extending the standard library with high-performance persistent vectors, ordered maps, and optimized Enum functions.

#ordered-maps#functional-programming#elixir
Stars225
Forks6
Last commit7 months ago
functional.js
functional.jsTypeScript

A lightweight, TypeScript-first functional programming library for JavaScript with auto-currying and point-free style.

#data-last#curry#functional-programming
Stars223
Forks14
Last commit4 months ago
rlt
rltRust

A universal load testing framework for Rust with real-time terminal UI support for HTTP, gRPC, databases, and custom services.

#load-testing#performance-testing#database-testing
Stars222
Forks13
Last commit2 months ago
blink.indent
blink.indentLua

A performant Neovim plugin that provides real-time indent guides with scope highlighting on every keystroke.

#vimscript#neovim-plugin#indent-guides
Stars222
Forks9
Last commit3 days ago
Gulp-WebP
Gulp-WebPJavaScript

A Gulp plugin to convert PNG, JPEG, and TIFF images to the WebP format for optimized web performance.

#image-optimization#nodejs#image-processing
Stars219
Forks18
Last commit9 months ago
LeoECS
LeoECSC#

A lightweight, high-performance C# Entity Component System framework with optional Unity integration.

#csharp#dotnet#data-oriented-design
Stars218
Forks32
Last commit6 months ago
kafka-influxdb
kafka-influxdbPython

A high-performance Kafka consumer written in Python that reads metrics from Kafka and writes them to InfluxDB.

#metrics-pipeline#producer#logstash
Stars218
Forks53
Last commit3 years ago
Flexi
FlexiJavaScript

A responsive layout framework for Ember.js focused on performance and maintainability with minimal runtime overhead.

#responsive#css-agnostic#build-time-optimization
Stars217
Forks34
Last commit1 year ago
oxc-angular-compiler
oxc-angular-compilerRust

A high-performance Angular template compiler written in Rust, leveraging Oxc for blazing-fast compilation with Vite integration.

#compiler#napi-rs#frontend
Stars217
Forks17
Last commit3 days ago
AyeSpy
AyeSpyJavaScript

A high-performance visual regression testing tool that catches UI regressions with fast image comparisons.

#visual-regression-testing#selenium-webdriver#screenshot-comparison
Stars217
Forks12
Last commit8 months ago
tickedoff
tickedoffJavaScript

A tiny JavaScript library (<200B gzip) that defers execution by one tick using the fastest available method.

#ponyfill#polyfill#async
Stars217
Forks8
Last commit3 years ago
aqua
aquaTypeScript

A minimal and fast HTTP server framework for Deno, designed for building web applications with simplicity and performance.

#http-server#cookies#minimalist
Stars216
Forks6
Last commit2 years ago
rpp
rppC++

A minimal Rust-inspired C++20 standard library replacement focused on fast compilation, debuggability, and explicit code.

#metaprogramming#simd#memory-allocators
Stars215
Forks5
Last commit1 year ago
sprout
sproutGo

A modern, maintained, and performant template function library for Go, offering enhanced capabilities over Sprig.

#hacktoberfest#template#go-modules
Stars215
Forks14
Last commit7 days ago
evolved.lua
evolved.luaLua

A fast and flexible archetype-based Entity-Component-System library for Lua, designed for high performance and simplicity.

#simulation#luajit#entity-component
Stars213
Forks10
Last commit2 months ago
Selma
SelmaJava

A Java bean mapper that generates mapping code at compile time to eliminate runtime mapping errors.

#object-mapping#bean-mapping#annotation-processor
Stars213
Forks38
Last commit6 years ago
CarrierWave ImageOptimizer
CarrierWave ImageOptimizerRuby

A Ruby gem that automatically optimizes CarrierWave image uploads using jpegoptim and optipng.

#carrierwave#optipng#jpegoptim
Stars211
Forks35
Last commit4 years ago
PreviousPage 24 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
3 years ago
#Javascript154
#Frontend117
#Go109
#Rust101
#Cross Platform96
#Nodejs86
#Golang79
#Dotnet65
#Caching65
#Typescript61
#Javascript Library61
#Developer Tools59