[FFmpeg-devel] [PATCH 1/2] lavu/hashtable: create generic robin hood hash table

Nicolas George george at nsup.org
Sun Apr 20 18:20:08 EEST 2025


Emma Worley (HE12025-04-20):
> Adds a general purpose hash table with the DXV encoder as an initial use case.

A hash table for flat binary objects of constant size, both keys and
values, does not feel very general-purpose to me. Probably better to
keep it directly in the DXV encoder for now, until other use cases are
found.

(An inventory of all the data structures and algorithms that are
implemented once for a specific component would be nice, though.)

Regards,

-- 
  Nicolas George


More information about the ffmpeg-devel mailing list