PortAudio.jl/src
Jeevith Gnanakumaran f6cd300ec8
avoid fields with abstract types (#100)
https://docs.julialang.org/en/v1/manual/performance-tips/#Avoid-fields-with-abstract-type

The Buffer contains a field which is of type Array{T} where T. This is an abstract type, and to make it concrete, we need to specify the dimension of the array (2).
2022-01-10 12:38:16 -05:00
..
libportaudio.jl Use Clang wrappers; reduce thread spawning; separate out SampledSignals 2021-07-25 13:11:55 -04:00
PortAudio.jl avoid fields with abstract types (#100) 2022-01-10 12:38:16 -05:00