Veno Server
|
de6dca8afc
|
Merge branch 'master' of git@github.com:ryanmcgrath/franz
Conflicts:
js/franz.js
|
2009-08-13 23:54:40 -05:00 |
|
Veno Server
|
4fe6ed90ca
|
Efforts to speed up application; initially ran around ~50ms on initial data loops, now runs in the ~30ms range. Doing division in JS over large loops == insane, I'm guessing because everything is floating point. Multiply by 0.5 instead and we get some nice speedups (odd, I know; best answer I can muster...).
|
2009-08-13 23:53:57 -05:00 |
|
Dominick Pham
|
c26fdfb105
|
different (hopefully better) sort function, cleaned up some stuff in the js
|
2009-08-14 00:39:35 -04:00 |
|
Veno Server
|
1c8124296f
|
Merge branch 'master' of git@github.com:ryanmcgrath/franz
|
2009-08-12 12:16:24 -05:00 |
|
Veno Server
|
a467bca5e3
|
Incremental
|
2009-08-12 12:16:14 -05:00 |
|
Dominick Pham
|
1656021a94
|
just putting back the Value option for the Hue-Sat-Val transformation
|
2009-08-12 00:49:13 -04:00 |
|
Veno Server
|
6dd80339fb
|
Merging with Dominicks most recent work...
|
2009-08-11 21:46:36 -05:00 |
|
Veno Server
|
124af1d05c
|
Massive amount of changes. Now requires PHP for image uploading; front-end changes bring in uploader and some other fixes.
|
2009-08-11 21:34:57 -05:00 |
|