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

Session registry (lock-free RCU) More...

#include <lib/acds/session.h>

Data Fields

struct cds_lfht * sessions
 RCU lock-free hash table.
 

Detailed Description

Session registry (lock-free RCU)

Replaced uthash + rwlock with RCU lock-free hash table:

  • No global lock on lookups (5-10x performance improvement)
  • Fine-grained per-entry locking for participant modifications
  • Automatic memory management via RCU grace periods

Definition at line 92 of file session.h.

Field Documentation

◆ sessions


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