Re: bgpd change attr cache to use RB tree

2022-08-31 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2022.08.31 13:56:18 +0200: > Like all other hash tables use an RB tree instead. > Again the calculation of the hash can be skipped because the compare > function is probably fast enough. that sentence does parse, but i am semantically challenged by it. d

Re: bgpd change attr cache to use RB tree

2022-08-31 Thread Theo Buehler
On Wed, Aug 31, 2022 at 01:56:18PM +0200, Claudio Jeker wrote: > Like all other hash tables use an RB tree instead. > Again the calculation of the hash can be skipped because the compare > function is probably fast enough. Reads fine ok tb

bgpd change attr cache to use RB tree

2022-08-31 Thread Claudio Jeker
Like all other hash tables use an RB tree instead. Again the calculation of the hash can be skipped because the compare function is probably fast enough. -- :wq Claudio ? ktrace.out ? obj Index: rde.c === RCS file: /cvs/src/usr.sbin