]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper : use emplace_back in place of push_back (#319)
authorAndy Maloney <redacted>
Fri, 23 Dec 2022 09:07:19 +0000 (04:07 -0500)
committerGitHub <redacted>
Fri, 23 Dec 2022 09:07:19 +0000 (11:07 +0200)
commit543bd5627edd7315fc2062399b65818b1731e052
tree4b1ebffc80ac441c4e75c9435ed88f1bf5b3c4f5
parent62fee9a9cc1bf2cc8ca1d0c0a776bb0d392f482c
whisper : use emplace_back in place of push_back (#319)

This avoids potential construction of temporaries.
whisper.cpp