Add a TODO regarding inlining iterators
This commit is contained in:
parent
92429e8b09
commit
09534a2657
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
use std::marker::PhantomData;
|
use std::marker::PhantomData;
|
||||||
|
|
||||||
|
// TODO: Does adding `#[inline]` to the .next() functions make any difference?
|
||||||
|
|
||||||
/// The audio buffers used during processing. This contains the output audio output buffers with the
|
/// The audio buffers used during processing. This contains the output audio output buffers with the
|
||||||
/// inputs already copied to the outputs. You can either use the iterator adapters to conveniently
|
/// inputs already copied to the outputs. You can either use the iterator adapters to conveniently
|
||||||
/// and efficiently iterate over the samples, or you can do your own thing using the raw audio
|
/// and efficiently iterate over the samples, or you can do your own thing using the raw audio
|
||||||
|
|
Loading…
Add table
Reference in a new issue