gpt4 book ai didi

c# - 将字节 block 从字节数组中的一个位置移动到同一数组中的另一个位置的最快方法

转载 作者:行者123 更新时间:2023-11-30 15:32:30 25 4
gpt4 key购买 nike

所以这个问题很简单。我有一个字节数组,我想将这些字节的一部分从索引 i 移动到索引 i - delta

目前我正在使用 Array.Copy 但我担心如果源和目标相同,它可能会出现问题。此外,Array.Copy 处理任何数组,因为我有这种特定类型,所以我想知道是否存在更快的解决方案。

最佳答案

If sourceArray and destinationArray overlap, this method behaves as if the original values of sourceArray were preserved in a temporary location before destinationArray is overwritten.

http://msdn.microsoft.com/en-us/library/z50k9bft.aspx

关于c# - 将字节 block 从字节数组中的一个位置移动到同一数组中的另一个位置的最快方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19024926/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com