Skip navigation.
KDE Developer's Journals

Netflix Prize contest

icefox's picture

This blog post has been moved to blogger.com here: http://benjamin-meyer.blogspot.com/2006/10/netflix-prize-contest.html.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
zander's picture

sources?

It was my understanding that this amount of data could not possibly be 'stored' in the MVC models of Qt, due to the fact that you need to copy all your data to the model object. So I'm interrested in seeing the sources of this thing.
Got a link?

icefox's picture

woops

I had a invalid html tag causing the link not to show up, it is fixed now. The table was pre-generated and stored on the hard disk and then mmaped into memory. I wrote a custom model which access this data. Check out the source in tools/explorer/main.cpp.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.