Sometimes I am using TaffyDb with some larger amounts of data, so I am always concerned with speed, and I assume speed improvements when dealing with Taffy...
Hey Matt, That is an excellent suggestion. I've played around with a couple of ways of speeding up the loops before, but when the order is important you kind...
Is there a getByIndex method for Taffydb? Such a method would be very usefull in combination with the find method. The find method returns an array of the...
Actually, that is built right into .get() All of these should be valid: collection.get({field:"somevalue"}); collection.get(0); collection.get([0,1,2,3]); As a...
Another option is to use first(). I built the various methods to always return the same type of data to allow people to program predictably without having to...
At JSConf. The talk I gave on TaffyDB seemed to go pretty well, I'm hoping they'll have it up online within a few weeks. Anyway, I was inspired to implement...
Is there a way in taffydb to reference an attribute of an item in a second collection when doing a "find"? To extend the "friends" example a bit, suppose that...
I haven't had much experience with Javascript arrays. I've read the taffy getting started guide but it's not clear how to get data out using "get". I have...
It depends a little what you want to do with the data. If you just wanted to display it (to prove you could do it) via an alert() you could do this: ...
I'd like to see more examples. For instance, in the existing grid example, I have tried to find a place to insert a statement like this but nothing I try...
Hey Bruce, So I think this is where you need to do. Mind you it has been a while since I wrote the grid example. The gridPrinter expected the element ID you...
Actually it was this that I tried. (Second set of {} ) But at any rate it illustrates why I'm asking for real working examples. var init2 = function () { ...
Tried this, including correcting unmatched brackets from your example; but it didn't work. I'd really like to see a working example. var init2 = function () { ...
You're write, although that is really only an example of how someone could build a data grid using TaffyDB. It isn't meant to be production ready code. Using...
TaffyDB seems like it ought to be getting more attention; and I still need to see more examples. I don't see activity on Twitter, which I think might help....
I agree completely. I'd love to see TaffyDB grow and see greater adoption. There are a few ways I could see that happening and all of them take a whole lot of...
For me, having it not integrated into one of those frameworks is why it is a tool I would use. Since everything else I'm using is YUI based, then I can use...
Jonathan Buford
jonb@...
Jun 12, 2009 11:23 pm
165
For me, TaffyDB/jQuery integration might work but I think instead good examples of using them together might work. FWIW my principal application of TaffyDB...
Yeah, keeping it separate is a strong selling point in my opinion, although it may reduce adoption. Unless there was interest from one of the Ajax library...