ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
utf8_palette_cache_s Struct Reference

UTF-8 palette cache structure. More...

#include <lib/video/simd/common.h>

Data Fields

uint32_t key
 
utf8_char_t cache [256]
 
utf8_char_t cache64 [64]
 
uint8_t char_index_ramp [64]
 
char palette_hash [64]
 
bool is_valid
 
_Atomic uint64_t last_access_time
 
_Atomic uint32_t access_count
 
uint64_t creation_time
 
size_t heap_index
 
double cached_score
 
UT_hash_handle hh
 

Detailed Description

UTF-8 palette cache structure.

Thread-safe cache system for UTF-8 character lookup with eviction tracking.

Definition at line 101 of file video/simd/common.h.


The documentation for this struct was generated from the following file: