Re: Hacker's Fate
Re: Hacker's Fate
- Subject: Re: Hacker's Fate
- From: Alex Rice <email@hidden>
- Date: Fri, 17 Jan 2003 15:11:58 -0700
On Friday, January 17, 2003, at 12:02 PM, zauhar wrote:
This is going to be a concern for me too, and I confess I did not
follow the previous thread closely enough.
Simply put, has anyone got a working app that displays, say, 1,000,000
rows through a table view with reasonable performance? I want to
implement an application that can do that.
By the way, at least one application in my area of interest (the
Molecular Operating Environment) seems able to do this in X-windows,
so it clearly is possible. I was shocked at how rapidly MOE could
scroll through an enormous table with 100,000's of compounds - and
display a little chemical structure at the front of each row for good
measure!
1) It was a troll. Search the list archives for a recent thread about
this very issue, started by rixstep.
2) NSTableView is quite scalable. The long and short of it is that the
ONLY bottleneck is how you implement your NSTableDataSource object.
Here is an example I posted, with extremely alpha quality code mind
you, that shows how to use NSTableView with millions of rows.
http://www.mindlube.com/download/files/Tabularity 0.1.dmg
Now some will say this proves nothing, because it's not a stable app or
it's not finished, or it's sloppily coded or whatever. But that's
totally evading the point. The point is very simple. Be smart in
implementing your NSTableDataSource.
Alex Rice <email@hidden> | Mindlube Software |
http://mindlube.com
what a waste of thumbs that are opposable
to make machines that are disposable -Ani DiFranco
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.