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

GL_vs_VK
GL_vs_VKC++

A master's thesis project benchmarking OpenGL vs Vulkan API performance through identical test implementations.

#vulkan#graphics#master-thesis
Stars88
Forks11
Last commit3 years ago
nan
nanGo

A zero-allocation Go library providing nullable types with conversion functions and configurable marshallers.

#sql-nullable#marshaller#go-library
Stars88
Forks11
Last commit2 years ago
Akade.IndexedSet
Akade.IndexedSetC#

A .NET library providing an in-memory data structure with efficient indexing and querying, including range, spatial, vector, and fuzzy string matching.

#aot-friendly#spatial-index#concurrent-collections
Stars86
Forks6
Last commit
Album O'Rama
Album O'RamaCSS

A sample application showcasing the Phalcon PHP Framework's features and capabilities.

#sample-app#phalconphp#crud
Stars85
Forks33
Last commit7 years ago
ujson
ujsonGo

A fast and minimal JSON parser and transformer for Go that works on unstructured JSON without full unmarshalling.

#unstructured-json#json-transformer#streaming-json
Stars85
Forks9
Last commit1 year ago
Rapid.Generics
Rapid.GenericsPascal

High-performance generics and defaults replacement classes for Delphi (XE8+) with inline implementations.

#sorting#delphi#generics
Stars84
Forks9
Last commit3 years ago
rust-stopwatch
rust-stopwatchRust

A simple Rust library for measuring elapsed time with a stopwatch interface.

#library#stopwatch#timing
Stars84
Forks21
Last commit3 years ago
Benchmark
BenchmarkSwift

A Swift module for measuring and reporting execution time of code blocks with simple APIs and operator support.

#ios#developer-tools#code-timing
Stars84
Forks5
Last commit9 years ago
ember-m3
ember-m3JavaScript

An alternative Ember Data model implementation for handling dynamic schemas and large APIs without defining individual DS.Model classes.

#ember-data#json-api#model-layer
Stars83
Forks36
Last commit6 months ago
stcursorword
stcursorwordLua

A high-performance Neovim plugin for efficient cursor word highlighting with filetype exclusions and minimal redraws.

#cursorline#syntax-highlighting#text-editor
Stars83
Forks1
Last commit6 months ago
webext-storage-cache
webext-storage-cacheJavaScript

Cache values in Web Extensions with automatic expiration and memoize-like function caching.

#web-extension#caching#storage-api
Stars82
Forks4
Last commit24 days ago
goblin
goblinGo

A lightweight, high-performance HTTP router for Go built on a trie tree data structure.

#net-http#httprouter#trie
Stars82
Forks6
Last commit1 year ago
static-dispatch
static-dispatchCommon Lisp

A Common Lisp library that enables compile-time generic function dispatch for performance optimization, similar to overloading in C++/Java.

#metaprogramming#method-combination#type-inference
Stars81
Forks3
Last commit
StructPacker
StructPackerC#

A high-performance binary serializer for C# structs using source generators to generate optimized serialization code at compile time.

#memory-efficiency#structs#csharp
Stars81
Forks7
Last commit4 years ago
haclog
haclogC

An extremely fast plain C asynchronous logging library designed to minimize log producer thread overhead.

#c-library#high-performance#embedded
Stars80
Forks8
Last commit1 year ago
libxutils
libxutilsC

A cross-platform, event-driven C library providing a unified networking stack with HTTP, WebSocket, data structures, and cryptography.

#c-library#event-driven#http-server
Stars80
Forks9
Last commit3 days ago
binary-split
binary-splitJavaScript

A fast Node.js stream splitter for binary data that splits on newlines or custom delimiters without converting to strings.

#stream-processing#delimiter-parsing#npm-package
Stars79
Forks19
Last commit2 years ago
react-native-scrollview-lazyload
react-native-scrollview-lazyloadJavaScript

A React Native ScrollView/ListView component with image and component lazy loading to optimize performance.

#image-optimization#react-native#ui-components
Stars79
Forks3
Last commit
react-native-infinite-scrollview
react-native-infinite-scrollviewJavaScript

A React Native ScrollView component that provides infinite paged scrolling with customizable off-screen page rendering.

#mobile-ui#ios#customizable
Stars79
Forks6
Last commit
shash
shashLua

A simple, lightweight spatial hash library for Lua, optimized for 2D bounding box overlap detection.

#spatial-hash#collision-detection#spatial-indexing
Stars79
Forks4
Last commit4 years ago
MemoryCache
MemoryCacheSwift

A type-safe, thread-safe LRU memory cache implementation for Swift applications.

#ios#lru-cache#memory-cache
Stars78
Forks5
Last commit5 years ago
fatcontext
fatcontextGo

A Go linter that detects nested contexts in loops or function literals to prevent performance issues.

#go-linter#linter#golangci-lint
Stars78
Forks3
Last commit12 days ago
godi
godiGo

A dependency injection library for Go with service lifetimes (singleton, scoped, transient) and automatic wiring.

#software-architecture#dependency-injection#go-library
Stars76
Forks2
Last commit10 hours ago
react-native-new-relic
react-native-new-relicJavaScript

A React Native library for sending console logs, errors, and uncaught exceptions to New Relic for monitoring.

#newrelic-integration#monitoring#error-tracking
Stars76
Forks78
Last commit2 years ago
plf::stack
plf::stackC++

A C++ stack container with significantly better performance than std::stack across various data sizes.

#standard-library-alternative#stack-container#stack
Stars75
Forks6
Last commit1 month ago
treepp
treeppRust

A Rust-based, feature-rich, and high-performance replacement for the Windows `tree` command with diff-level compatibility.

#filesystem#developer-tools#open-source
Stars75
Forks1
Last commit9 days ago
UITableView Cache
UITableView CacheObjective-C

A UITableView category that caches cells to eliminate scroll lag during cell instantiation.

#ios#objective-c#scroll-optimization
Stars75
Forks12
Last commit9 years ago
Optimize Regex
Optimize RegexJavaScript

An ESLint plugin that automatically optimizes regular expression literals for better performance.

#regex-optimization#developer-tools#regex
Stars75
Forks7
Last commit2 years ago
p-time
p-timeJavaScript

Measure the time a promise takes to resolve with a simple decorator function.

#async#promises#timing
Stars74
Forks6
Last commit2 years ago
Pluto
PlutoCrystal

A fast and convenient image processing library for the Crystal language.

#stumpycore#png#image-formats
Stars74
Forks6
Last commit1 year ago
fast-cartesian
fast-cartesianTypeScript

A high-performance JavaScript library for computing cartesian products of arrays.

#sets#algorithm#functional-programming
Stars73
Forks5
Last commit18 days ago
multimath
multimathJavaScript

A WebAssembly wrapper library for creating fast image math modules with JavaScript fallback.

#webassembly#memory-management#cpu-intensive
Stars72
Forks7
Last commit29 days ago
bytelines
bytelinesRust

A Rust library for reading input lines as byte slices to avoid allocations and improve performance.

#line-processing#memory-efficiency#async
Stars71
Forks8
Last commit2 years ago
FSharp.HashCollections
FSharp.HashCollectionsF#

A high-performance, persistent hash-based map and set implementation for F#, optimized for the .NET runtime.

#functional-programming#data-structures#hashset
Stars71
Forks4
Last commit2 years ago
DynamicDataObjects
DynamicDataObjectsPascal

A Delphi library for modeling structured data with serialization to/from multiple formats like JSON, CBOR, BSON, and MessagePack.

#bson#data-serialization#cbor
Stars70
Forks16
Last commit7 months ago
sfmt
sfmtErlang

An Erlang implementation of the SIMD-oriented Fast Mersenne Twister pseudorandom number generator, with both NIF and pure Erlang modules.

#random-number-generation#algorithm#mersenne-twister
Stars70
Forks23
Last commit4 years ago
PreviousPage 30 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
1 month ago
1 month ago
10 years ago
10 years ago
#Javascript155
#Frontend119
#Go111
#Rust102
#Cross Platform96
#Nodejs86
#Golang81
#Caching67
#Dotnet66
#Javascript Library62
#Typescript61
#Developer Tools60