|
|
|
|
|
by ra-mos
1636 days ago
|
|
Flatbuffers have been good in a demux/parallel architecture I’ve been managing. We split single requests into ~100-500 requests — each using the same Flatbuffer object (list of items). Each sub request reads header data to pull some percentage (1/100-500) of data out of the flatbuffer it needs to process. The library is still fairly low level, and our abstraction has become complex. Still, the best performance approach we’ve been able to find. |
|