[webapp/perl] initial implementation - #117
Merged
Merged
Conversation
Contributor
Author
|
ベンチマークは複数回実施して、通ることを確認した |
Contributor
Author
インフラチームへの報告事項1. perlのビルドオプションに uselongdouble を指定すること【報告済み】uselongdouble は、拡張倍精度浮動小数点を扱うためのビルドオプション 理由 他の選択肢は無かったのか?
補足:uselongdouble利用のデメリット
|
Collaborator
|
いくつか指摘しました。 @progfay この上でベンチマークが通ってたら教えて下さい。直ったらマージしちゃいます。 |
デフォルトのperlだと、 例えば、緯度:34.560727610897644は、緯度:34.5607276108976 のように情報落ちする perlのビルドオプションを変更せずに、 Math::BigFloatなど不動小数点の精度を変更できるモジュール利用も検討した。 しかし、 1. 本質的な内容以外のコードが増える 2. 性能劣化する ため、isucon利用ではデメリットが大きいと考えた。
progfay
force-pushed
the
webapp-perl
branch
from
September 10, 2020 12:37
90b4720 to
11e02b1
Compare
Member
|
1回目 2回目 3回目 MySQL Slow Query |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目的
解決方法
動作確認
./bench -data-dir ../initial-data -fixture-dir ../webapp/fixture -target-url http://127.0.0.1:8080/やらないこと(別のp-rで実施する想定だが、状況次第でこのp-rで実施)
参考文献 (Optional)