Eric Shulman wrote:

Try this:
```
<$list filter="[tag[Song]sort[]] :filter[get[year]prefix[198]]">

</$list>
```


I'm just curious if this would be more efficient:


```
<$list filter="[tag[Song]] :filter[get[year]prefix[198]] +[sort[]]">

</list>
```

and if it's enough so that it's even worth considering.  The point is that 
sorting is at best 
`O(n log(n))`, and filtering should be linear, so if we filter to reduce 
the list first, we should
have a faster sort call.  Or am I missing something about how filters 
operate?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e7c1fa96-6ef9-42d0-af34-7cc48c1008e1n%40googlegroups.com.

Reply via email to