On Sunday, October 11, 2015 at 10:07:30 PM UTC, Kristoffer Carlsson wrote:
>
> The reason for the improvements when you fixed the truncations is that 
> indexing with a float is deprecated
>

Good to know.. But I would think indexing with a float per se is slow (even 
in 0.3.11).. One of the strange things in JavaScript, is there are only 
floats (double) and no integers, and I'm looking into how Julia can support 
compilation to JavaScript.. Seems the depecation may complicate things.
 

> and calling deprecated methods is very slow.
>

I guess only in 0.4.0 you get warning printed (repeatedly) just adding to 
the slowness.

For good performance it is therefore important not to repeatedly call any 
> deprecated method.
>

-- 
Palli.

Reply via email to