table operation in bro

hi,

How expensive (w.r.to time) is a table operation like:
[orig, resp] in distinct_peers
in bro scripts ?

where distinct_peers is a table,given by
global distinct_peers: table[addr, addr] of bool;
(from scan.bro)

thanks
ashley