62 skills found · Page 1 of 3
NetFabric / NetFabric.HyperlinqHigh performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.
microsoft / RoslynClrHeapAllocationAnalyzerRoslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a.k.a closures, implicit delegate creations, etc.
faragon / Libsrtlibsrt is a C library for writing fast and safe C code, faster. It provides string, vector, bit set, set, map, hash set, and hash map handling. Suitable for soft and hard real-time. Allows both heap and stack allocation. *BETA* (API still can change: suggestions are welcome)
dghubble / TrieFast, zero heap allocation Go Trie for runes or paths
emeryberger / Heap LayersHeap Layers: An Extensible Memory Allocation Infrastructure
pavel-kirienko / O1heapConstant-complexity, deterministic, very fast memory allocator (heap) for hard real-time high-integrity embedded systems. Allocation takes ≈120 cycles @ RP2350 irrespective of heap usage. There is little activity because the project is finished and does not require further changes.
controlflow / Resharper HeapviewReSharper Heap Allocations Viewer plugin
corretto / HeapothesysHeapothesys /hɪˈpɒθɪsɪs/ is a heap allocation JVM benchmark developed by the Amazon Corretto team.
xyaman / MibuPure Zig library for low-level terminal manipulation: zero heap allocations, UTF-8 support, text styling, color output, cursor and screen control, key and mouse event handling.
avsm / HttpzZero heap allocation HTTP server using OxCaml. v experimental!
servo / HeapsizeIn support of measuring heap allocations in Rust programs.
clojure-goes-fast / Jvm Alloc Rate MeterMeasure JVM heap allocation rate in real time
astoeckel / LibfoxenflacTiny, heap-allocation free FLAC decoder written in C
smoltcp-rs / Rust ManagedA library that provides a way to logically own objects, whether or not heap allocation is available
fitzgen / Inlinable StringAn owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.
akutz / Lema golang test framework for asserting expected escape analysis results & heap allocations
accabog / MedianFilterHeap-free sliding window median filter for embedded C/C++ — O(n/2) insert, zero allocations, ideal for ADC noise removal on bare-metal and RTOS targets
rigtorp / FunctionHeap allocation free version of C++11 std::function
studio-lagier / HeapvizVisualization tool for Chrome heap and allocation profiles
RichardB01 / EmbeddedRingBufferA ring buffer designed to work with embedded devices, does not use heap allocations.