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 |