C/C++ within Ruby code?

后端 未结 6 2377
暗喜
暗喜 2021-02-10 09:39

C/C++ would be good option to write some of the performance critical aspects of a Ruby Application. I know this is possible.

I would like to know how to add C/C++ code i

6条回答
  •  南旧
    南旧 (楼主)
    2021-02-10 10:21

    you should have a look at SWIG - it allows you to create ruby extensions in C/C++.

提交回复
热议问题