ryochiji's blog
Brought to you fresh from the depths of Ryo Chijiiwa


 
Powered by
IlohaBlog

Section: All | News & Politics | Geek Stuff | Devel | Non-existent Life | Random | Food! | Life |

Fri, April 25, 2003

Grrr...

I've implemented the core of what's to be the next search program, but it's turning out to be more difficult than I expected. In fact, I even had to write pseudo code before I got it right, and some of you know how often that happens (i.e, never).

As if that wasn't bad enough, I ran it and... what do you mean did it work? of course it did... its memory usage went peaked at 46MB. Here are the global variables I'm using:

vector <string> 		blog_vector;
map<string, int, ltstr> 	blog_map;
vector<string>			link_vector;
map<string, int, ltstr> 	link_map;

map<string, vector<int>, ltstr>  link_blog;
map<string, vector<int>, ltstr>  blog_link;

I don't have the exact numbers right now, but there are nearly 10,000 blogs, and roughly 1 million links. So, yeah, maybe it's not all that surprising.

What's Plan B, you ask? I modified wordex to extract all links that appear in at least two blogs, so I'm going go use those links and ignore the rest. That should cut down the number of links to <500k.




Trackback: Musiquete Télécharger

From: http://membres.lycos.fr/musiquetelecharger

[moderate]



Trackback: Musiquete Telecharger

From: http://membres.lycos.fr/musiquetelecharger

[moderate]



Trackback: Musiquete Telecharger

From: http://membres.lycos.fr/musiquetelecharger

[moderate]



Trackback: Musique Telecharger

From: http://membres.lycos.fr/musiquetelecharger

[moderate]



Trackback: Musique Telecharger

From: http://membres.lycos.fr/musiquetelecharger

[moderate]



Trackback: Musique Telecharger

From: http://membres.lycos.fr/musiquetelecharger

[moderate]



Ryo Chijiiwa

I'm a biologically Japanese, culturally American, Germany-raised, socially liberal, politically independent, gun-totin', code writin' dude. My life is currently sponsored by Google.
www.flickr.com
This is a Flickr badge showing public photos and videos from ryochiji. Make your own badge here.