MedianFilter:Heap-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
go-interface-values:When storing a value in a Go interface allocates memory on the heap.
heap:Looking into the performance of heaps, starting with the Min-Max Heap