(no title)
antonok | 1 month ago
On 64-bit systems, pointers themselves can really start to take up a lot of memory (especially if you multiply them across 100k+ adblock filters). Switching to array indices instead of pointers saves a lot of memory that's otherwise wasted when you don't need to address the entire possible memory space.
ThierryBuilds|1 month ago
Flat buffers is know to bloat client code. Was any trick used to mitigate that?
never_inline|1 month ago
jeffreygoesto|1 month ago