-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
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
Add rust implementation #292
base: master
Are you sure you want to change the base?
Add rust implementation #292
Conversation
Romira915
commented
Jun 19, 2022
- Add Rust implementation.
- Only docker-compose
feature/login
feature/get index
fix/get image
It is difficult for me to maintain the Rust implementation. Sorry. But I would suggest the following.
And I have something to tell you. Actually, Ruby implementation is the original implementation and Go implementation is ported from Ruby implementation. Some parts of the implementation are changed for Go's convenience. private-isu/webapp/ruby/app.rb Line 80 in 9d21a60
private-isu/webapp/golang/app.go Line 124 in 9d21a60
Probably, you should use |
Thank you for the suggestion. Suggestion accepted and fixed. |
@Romira915 I think you should have a repository for only Rust applications such as the following repository. https://github.com/methane/pixiv-isucon2016-python Because it is difficult for people who actually want to use your code to use it if it is forked. |
I Understood. Accordingly I have created a rust only repository. https://github.com/Romira915/private-isu-rust Thank you. @catatsuy |
Thank you. I added your repository on README. @Romira915 |