Post
Topic
Board Economics
Re: fiatleak - watch the world's currencies flow into BTC in realtime
by
andrewhodel
on 16/11/2013, 14:54:37 UTC
Just a heads up, this site causes a memory leak in Chrome & Opera... Im not sure about others. But yeah... caused insane amount of VM usage over time.
Had the same here with firefox on linux, shame because it seemed fairly light at first.

Just a heads up, this site causes a memory leak in Chrome & Opera... Im not sure about others. But yeah... caused insane amount of VM usage over time.

Just a heads up, this site causes a memory leak in Chrome & Opera... Im not sure about others. But yeah... caused insane amount of VM usage over time.
Yup, causes a crash on Chrome for Android as well as the leak. Looks great though.

This memory leak has been fixed, sorry for my mistake in not knowing the kinetic.js library well enough.

https://github.com/andrewhodel/fiatleak/commit/a2716c33456285f4afc68da13346cb047f50a419

Here is a screenshot of Chrome's memory heap tool where I have taken snapshots over time as the data fills across the map.

http://i.imgur.com/2kBKOAm.png

The first heap snapshot was 11.2MB immediately when I opened the site.

As the plot of high points fills in across the map, you can see the heaps grow from snapshot 6 until they level off at snapshot 13 around 15.5MB.

With the volume of trades and extra exchanges having been recently added, the problem was become very apparent.

Thank you everyone for pointing it out.