You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fla...@googlegroups.com
I found the minimal heap implement in flapjax is ultra slow, it takes more than 85% running time. I modified the implementation, now it is about 15 times faster than then origin, and my program get 5 times faster.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fla...@googlegroups.com
I bet a good JS compiler could find similar improvements and also reduce library size significantly. Have you guys considered distributing a compiled Flapjax library?
Aran Donohue
unread,
Nov 21, 2011, 9:57:13 PM11/21/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fla...@googlegroups.com
I'm curious, what benchmarks did you run to find this benefit? On what browser?
Aran
Arjun Guha
unread,
Dec 24, 2011, 11:44:08 PM12/24/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fla...@googlegroups.com
Working on it.
This commit shrinks flapjax.js from 48K to 22K** using jscompiler: