Recently I've been doing a lot of MySQL and SQLite db work. In one of my apps I needed a faster method for unique arrays and sorting methods, so I utilized sqlite. These are quick and dirty, not what I used in my apps, I remembered someone asking about it before so I thought I'd whip something up fast for ya'll to break or optimize. You may enjoy the speed difference on the larger sized arrays. There's no headers at the moment, I just don't have time at the moment to go into detail o