<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-5288315435324211793.post6573885809076295755..comments</id><updated>2011-03-18T08:49:06.754+13:00</updated><title type='text'>Comments on Toolman in the Toyshop of the World: Infix search using a Trie data structure</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.toolman.geek.nz/feeds/6573885809076295755/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5288315435324211793/6573885809076295755/comments/default'/><link rel='alternate' type='text/html' href='http://blog.toolman.geek.nz/2010/03/infix-search-using-trie-data-structure.html'/><author><name>Toolman</name><uri>http://www.blogger.com/profile/00351556847237003891</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5288315435324211793.post-1709206431547226453</id><published>2011-03-18T08:49:06.754+13:00</published><updated>2011-03-18T08:49:06.754+13:00</updated><title type='text'>Hello, well it does trade memory for speed, but it...</title><content type='html'>Hello, well it does trade memory for speed, but it can handle very large lists and long text fine.  You should test the performance and memory usage yourself to make sure it fits your needs.&lt;br /&gt;&lt;br /&gt;As for your other question, I am wondering why you want that in JS, amybe better for serverside component?  You probably want symmetric relationships (eg ball -&amp;gt; pool) so its time to get reading about data structures..</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5288315435324211793/6573885809076295755/comments/default/1709206431547226453'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5288315435324211793/6573885809076295755/comments/default/1709206431547226453'/><link rel='alternate' type='text/html' href='http://blog.toolman.geek.nz/2010/03/infix-search-using-trie-data-structure.html?showComment=1300391346754#c1709206431547226453' title=''/><author><name>Toolman</name><uri>http://www.blogger.com/profile/00351556847237003891</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.toolman.geek.nz/2010/03/infix-search-using-trie-data-structure.html' ref='tag:blogger.com,1999:blog-5288315435324211793.post-6573885809076295755' source='http://www.blogger.com/feeds/5288315435324211793/posts/default/6573885809076295755' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-4358284'/></entry><entry><id>tag:blogger.com,1999:blog-5288315435324211793.post-3718898572563114830</id><published>2011-03-17T23:36:01.143+13:00</published><updated>2011-03-17T23:36:01.143+13:00</updated><title type='text'>Thanks for UFD...
I am about to use it in a projec...</title><content type='html'>Thanks for UFD...&lt;br /&gt;I am about to use it in a project of mine.&lt;br /&gt;&lt;br /&gt;Very Nice, whats the memory usage like for lists with long descriptions?&lt;br /&gt;&lt;br /&gt;I am thinking of using this approach to reverse keyword lookups.&lt;br /&gt;&lt;br /&gt;So if we have categories, and hundreds of keywords which are associated... &lt;br /&gt;&lt;br /&gt;Sea = trout,salmon,shark,hammer-head,sting,ray&lt;br /&gt;Pool = shark,ball&lt;br /&gt;Animal = koala,bear,cat,dog,party,dirty&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now if I have an input which takes in a keyword i.e. shark &lt;br /&gt;&lt;br /&gt;I would want it to return Pool, and Sea&lt;br /&gt;&lt;br /&gt;Would the trie approach be an effective mechanism?&lt;br /&gt;&lt;br /&gt;If not, any suggests for good algorithms in Javascript?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5288315435324211793/6573885809076295755/comments/default/3718898572563114830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5288315435324211793/6573885809076295755/comments/default/3718898572563114830'/><link rel='alternate' type='text/html' href='http://blog.toolman.geek.nz/2010/03/infix-search-using-trie-data-structure.html?showComment=1300358161143#c3718898572563114830' title=''/><author><name>Mark Ellul</name><uri>http://www.blogger.com/profile/05515408780697245161</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.toolman.geek.nz/2010/03/infix-search-using-trie-data-structure.html' ref='tag:blogger.com,1999:blog-5288315435324211793.post-6573885809076295755' source='http://www.blogger.com/feeds/5288315435324211793/posts/default/6573885809076295755' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-509253027'/></entry></feed>
