Has anyone else noticed the dramatic decrease in speed in the notes app and TI-BASIC (and probable some other places too)? It's unbearable. Loops, for example, are very slow with printing results to the screen, really annoying since I was developing something that does that a lot. I read that the slowness in the notes app is caused by bad XML, it's a tree with a
leaf for every word 
(and a word has a lot of params). I think I'll return to OS 3.1 again for now...
This loop finished in +/- 20 sec on OS 3.1 and in approx 2 min. (

) on OS 3.2
1 2 3 4 5
| Local i For i,1,100 Disp i," ",(i^2)-1 EndFor
|
grilled :
https://groups.google.com/forum/?fromgroups#!topic/tinspire/_mB8zLLoCLg
I said I read it somewhere. I'm not claiming I discovered it, I read it, ran the example on my calc and decided to post it, and then forgot where I read it. So if it seems like I claim it as my discovery, sorry for that

, I was just pointing to it.