gpt4 book ai didi

Python 高速 memcpy

转载 作者:行者123 更新时间:2023-11-30 20:28:38 26 4
gpt4 key购买 nike

我正在尝试用Python 进行高速memcpy。我使用 ctypes 库,它允许我与 C 程序交互。

我按照以下步骤操作:

  1. 我得到了内存地址
  2. 我得到了数据的长度
  3. 我使用 ctypes 的函数 memmove 或 string_at

结果是正确的,但我需要更高的速度。有没有更快的方法来做到这一点而不使用 C?

谢谢。

最佳答案

我在这篇文章中找到了一个解决方案:

How to read from pointer address in Python?

汉娜·张的回答。

关于Python 高速 memcpy,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60056485/

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