Subject: | Feature request - method to delete trie entries |
Date: | Thu, 28 Aug 2008 10:43:41 +0930 |
To: | bug-Net-IPTrie [...] rt.cpan.org |
From: | Mark Smith <marksmith [...] adam.com.au> |
Hi,
A further feature request. I've noticed that the module doesn't have a
method to delete a trie entry, which also be useful in our application.
Possibly the data returned as a result of a 'find' operation would be
the input to a delete method, to save two lookups (ie. a 'find' against
the trie to determine if it exists, and then another inherent 'find'
inside a delete method if the delete method had a prefix as it's input).
Thanks,
Mark.