Skip to content

Latest commit

 

History

History
 
 

sort

Namespace PoC.sort

The namespace PoC.sort offers implementations of sorting algorithms.

Sub-Namespace(s)

Package(s)

The package PoC.sort holds all component declarations for this namespace.

Entities

  • sort_lru_cache implements a list of least-recently-used (LRU) items. The implementation is optimized for the use in caches.
  • sort_lru_list implements a list of least-recently-used (LRU) items. The implementation is generic.