Denis Telnov

Results 3 comments of Denis Telnov

There is some DSD to DoP encoding routines in https://github.com/hank/dsf2flac/blob/master/src/main.cpp#L282

Is it possible to set a custom function/Iterator for `basesize`? Thus, it will be possible to determine the exact granularity of work for each thread. For example, when working with...

Found source of errors: https://github.com/JuliaArrays/OffsetArrays.jl/blob/08dc3711b88930e59a27d1b870415c394219e4e0/src/axes.jl#L116 Here `convert(T, offset)`, i.e. `convert(UInt, -1)`. Is it possible to solve this issue? I just need `SparseVector`s with `UInt` zero-based indices.