Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 FUSE 具有 C、C++、Python 等的绑定。这实际上意味着我可以使用这些语言开发 FUSE 文件系统。我希望使用 Cython,因为与纯 Python 相比,它提供了更快的速度。这是在文件系统中强调的。是否可以通过在 Cython 中编码来生成 FUSE 文件系统?
据我了解,Python 文档是我为 FUSE 编写 Cython 代码所需的全部内容。但是(如果确实可能的话)我应该将 Cython 用作 Python FUSE 系统还是 C 系统?
您应该将它用作 Python Fuse System,然后您可以在它自己的模块中编写您的 cython 内容,然后将该模块导入您的 Python 代码中。通常与文件系统相关的操作是 IO 限制的,而不是 CPU 限制的,所以我不确定使用 cython 可以获得多少加速,但我想尝试一下并比较结果。
Can I access a Local registered Dll like this
<object classid="clsid:8fa8600b-dd9d-4ec2-a533-2986cb0df433" id="dllId"> </object>
from javascript like this: