Re: PF binary search tree

2006-10-19 Thread Ryan McBride
bers. However, one advantage of the pf search tree is that it scales on a fixed curve as the number of states increases. Hash tables can fill unevenly, or be filled unevenly by an attacher. > If so, can anyone tell me if the PF binary search tree is more or less > memory efficient than the

PF binary search tree

2006-10-19 Thread Breen Ouellette
grow until memory allocation > fails. With 64MB RAM that typically doesn't happen until you have over > 6 state entries. > > Daniel I have been doing some research and I came across this message from some time ago. Is this still relevant? If so, can anyone tell me i