using an O(log n) [n=JSON elements] algo instead of the (worst case) O(2n**2) algo...
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 7 Mar 2005 01:37:02 +0000 (01:37 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 7 Mar 2005 01:37:02 +0000 (01:37 +0000)
commitf3e159a993853fad0b133a8068a099eb7ff09b04
treef4af2b0c4cdc38fb8985626a4c9ea8efd8389be1
parent59c54fcb1bbb16d9bf9b045bba90bc93ae75823d
using an O(log n) [n=JSON elements] algo instead of the (worst case) O(2n**2) algo...

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@182 9efc2488-bf62-4759-914b-345cdb29e865
src/perlmods/JSON.pm