We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最近在做数据库设计的课程大作业,里面涉及到一些SQL语法分析词法分析,B+树持久化之类的东西,老师没有要求全部实现。 在网上看了许多的资料。基本上都是C++写的,部分是Java,还有用Go语言的,看到Redbase也是用C++,那么为什么用Rust写会有什么奇效呢? 本人不会Rust语言,但是看到了存在Rust写的操作系统和编译原理一类的东西,在网上看到一些人的观点是:凡是C++写的,都值得用Rust重写。 我想尝试一下这个大作业用Rust写,目前在迟疑中(毕竟没学过Rust),希望您能给我点意见。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
最近在做数据库设计的课程大作业,里面涉及到一些SQL语法分析词法分析,B+树持久化之类的东西,老师没有要求全部实现。
在网上看了许多的资料。基本上都是C++写的,部分是Java,还有用Go语言的,看到Redbase也是用C++,那么为什么用Rust写会有什么奇效呢?
本人不会Rust语言,但是看到了存在Rust写的操作系统和编译原理一类的东西,在网上看到一些人的观点是:凡是C++写的,都值得用Rust重写。
我想尝试一下这个大作业用Rust写,目前在迟疑中(毕竟没学过Rust),希望您能给我点意见。
The text was updated successfully, but these errors were encountered: