The namespace PoC.sort offers implementations of sorting algorithms.
PoC.sort.sortnetcontains sorting network implementations.
The package PoC.sort holds all component declarations for this namespace.
sort_lru_cacheimplements a list of least-recently-used (LRU) items. The implementation is optimized for the use in caches.sort_lru_listimplements a list of least-recently-used (LRU) items. The implementation is generic.