This website requires JavaScript.
Explore
Help
Sign in
code
/
franz
Archived
Watch
1
Star
0
Fork
You've already forked franz
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
This repository has been archived on
2026-03-31
. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
4fe6ed90ca
franz
/
js
History
Download ZIP
Download TAR.GZ
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
..
franz.js
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