commit | 91d31c9e1c34eb760b8d1bd8e2e79ccf48096884 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Nov 15 08:08:31 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Nov 15 09:37:09 2022 +0100 |
tree | 41140392621c02336b38a246a0d2ba88b111d1c3 | |
parent | bf13e53964228eece9d5d532943720bd9af7915b [diff] |
OPTIM: ebtree: make ebmb_insert_prefix() keep a copy the new node's key Similarly to the previous patch, it's better to keep a local copy of the new node's key instead of accessing it every time. This slightly reduces the code's size in the descent and further improves the load time to 7.45s.