Re: [julia-users] timing question on 'read' binary..

2015-12-02 Thread Stefan Karpinski
Are you doing this in global scope? On Wed, Dec 2, 2015 at 12:56 AM, Rajn wrote: > I am reading a binary file with a structure. Matlab takes long and I > wanted to run Julia for speed improvement. > It reads camera frames, each with certain bytesize and each frame >

[julia-users] timing question on 'read' binary..

2015-12-01 Thread Rajn
I am reading a binary file with a structure. Matlab takes long and I wanted to run Julia for speed improvement. It reads camera frames, each with certain bytesize and each frame consisting of parameters of certain byte size and Type. frames: is declared Int64 and runs from 1:frames PACKSIZE is