ok benno, one tab too much
Claudio Jeker(cje...@diehard.n-r-g.com) on 2018.09.07 10:08:27 +0200:
> After bringing in as-set this diff makes prefix-set fast by using a
> bitwise search trie for fast lookups. It does not yet change the bad
> syntax of prefix-sets but benno@ and I will tackle that on
After bringing in as-set this diff makes prefix-set fast by using a
bitwise search trie for fast lookups. It does not yet change the bad
syntax of prefix-sets but benno@ and I will tackle that once this is
hopefully in.
The code was inspired by what bird is doing for their prefix-set
lookups but th