Crate ribir_algo

Source

Structs§

FrameCache
An LRU Cache
FrameDrain
IntoIter
An iterator that moves out of a FrameCache.
Iter
An iterator over the entries of a FrameCache.
IterMut
An iterator over mutables entries of a FrameCache.
Resource
A smarter pointer help us to share resource in application, and it’ use a cheap way to compare if two resource is same one.
Sc
A single-thread smart pointer with strong reference count only. This is a simplified version of std::rc::Sc with the weak reference count. Use it when you are sure that there is no cycle in the reference graph or in a inner resource manage that will break the cycle by itself.
Substr

Enums§

CowArc
A copy on write smart pointer shared value without deep clone .