cbrnr / XDF.jl

Load XDF files in Julia
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

Consider using only one pass for reading #9

Open cbrnr opened 2 years ago

cbrnr commented 2 years ago

Currently, I create empty arrays in a first pass over the file, which I then populate in a second pass. I haven't really benchmarked anything, but it might very well be the case that one pass is not slower. If that is true, the code could be simplified significantly.