You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewriting the Filter linked list to JavaScript makes the execution 50% faster! Compare: jtulach/sieve@32186dd
it was believed that using unboxed atoms will get us closer to the speed of JavaScript. But it doesn't
My comment concluded: I rewrote the sieve.enso and I know that it is using Layout_Atom_1_1 to store the Filter.Item, but it still takes more than 300ms.
The goal of this task is to investigate why we are still over 300ms and not down to 150ms.
Tasks:
Check IGV graphs
Try to rewrite (different) parts of the code to JavaScript
Things haven't been improved and we may get bitten by this problem when we use JavaScript for something important. Anyway I've just realized that Sieve & JavaScript benchmarks do not seem to be running.
This task is automatically imported from the old Task Issue Board and it was originally created by jaroslavtulach.
Original issue is here.
This is a continuation of https://www.pivotaltracker.com/story/show/182485940/comments/235284607 - it was known that
Rewriting the
Filter
linked list to JavaScript makes the execution 50% faster! Compare: jtulach/sieve@32186ddit was believed that using unboxed atoms will get us closer to the speed of JavaScript. But it doesn't
My comment concluded: I rewrote the sieve.enso and I know that it is using
Layout_Atom_1_1
to store theFilter.Item
, but it still takes more than 300ms.The goal of this task is to investigate why we are still over 300ms and not down to 150ms.
Tasks:
Blockers:
#182485940 blocked
The text was updated successfully, but these errors were encountered: