タグ

boostに関するmasterqのブックマーク (6)

  • boostjp

    サイトは、Boost C++ Libraries日語コミュニティのWebサイトです。 Boost C++ Librariesに関する最新情報、日語ドキュメント、Boost.勉強会の情報などを提供していきます。 このWebサイトは、以下のGitHubリポジトリにて作成を行っています。 boostjp/site : WebサイトのMarkdownソース boostjp/image : Webサイトで使用する画像リソース HTMLデータのダウンロード boostjp.github.io-master.zip ローカルで閲覧できるHTMLを用意しています。 関連サイト C++リファレンスサイト cpprefjp 運営者 boostjpは、以下のコアメンバが運営を行っています: Akira Takahashi Usagi Ito melpon Kohsuke Yuasa Akiko Yaman

  • ベンチマークの詳しい理解と修正のコツ(翻訳)|TechRacho by BPS株式会社

    こんにちは、hachi8833です。今回の翻訳記事は、Railsを含む一般的な開発・システム管理で使えると思います。 Railsのパフォーマンス改善については、先日開催されたぎんざRuby会議01でのk0kubunさんの発表スライドと合わせて読むとさらによいと思います。 Railsアプリケーションのパフォーマンス改善手法 - k0kubun 概要 原著者の許諾を得て翻訳・公開いたします。 英語記事: Understanding your benchmarks and easy tips for fixing them 公開日: 2017/07/13 著者: Hongli Lai サイト: https://blog.phusion.nl/: Webサーバー「Passenger」で知られるオランダのPhusion社のブログです。 blog.phusion.nlより 開発者は質的にスピードを愛

    ベンチマークの詳しい理解と修正のコツ(翻訳)|TechRacho by BPS株式会社
    masterq
    masterq 2021/01/25
    "標準偏差が平均の10%を超える場合や、平均からの最大偏差や最小偏差が少なくとも50%に達した場合に警告を出力" 厳密にベンチマーク取るならここまでやらないとだなぁ
  • Boost.Contract その1 - C++ Advent Calender 2012 - すいバカ日誌

    これは C++ Advent Calender 2012 の3日目の記事です。 ーBoost.Contract 0.4.1が最新です。(2012/12/03現在) はい、契約だからってま○どマギネタとか出てくるんじゃないかなーって期待していたそこのアナタ!残念ながら使い回されすぎて使いにくいため、そういったものは出てきませんのであしからず。 Introduction 今回は、今年9月頃に採択されたBoost.Contractについてご紹介します。 そもそもContract Programming(Design by Contract - DbC)は、はじめEiffel,Spec#など*1で取り入れられていたものです。契約プログラミングの大体の説明はWikipediaに任せるとして、それをC++ではどうかけるのか、これからまとめていきたいと思います。 Boost.ContractのTutor

    Boost.Contract その1 - C++ Advent Calender 2012 - すいバカ日誌
  • match065/grive · GitHub

    Grive 0.1.0 Grive is still considered experimental. It just downloads all the files in your google drive into the current directory. After you make some changes to the local files, run grive and it will upload your changes back to your google drive. New files created in local or google drive will be uploaded or downloaded respectively. Deleted files will also be "removed". Currently Grive will NOT

    masterq
    masterq 2012/06/06
    Boostだー
  • ryppl/boost-svn - GitHub

    HTTP Git Read-Only This URL has Read+Write access Dismiss Octotip: You've activated the file finder by pressing t Start typing to filter the file list. Use ↑ and ↓ to navigate, enter to view files.

    masterq
    masterq 2012/04/08
    svn最新リポジトリのgitミラー
  • Boost.Proto - Faith and Brave - C++で遊ぼう

    Boost.ProtoのGetting Startedを簡単に訳して解説してみる。 Boost.ProtoはExpression Templateのライブラリを作るためのライブラリです。 簡単な例を挙げるとこんな感じで使います。 #include <iostream> #include <boost/proto/proto.hpp> using namespace boost::proto; terminal<std::ostream&>::type cout_ = { std::cout }; template <class Expr> void evaluate(const Expr& expr) { eval(expr, default_context()); } int main() { evaluate(cout_ << "Hello World\n"); } このプログラムの「

    Boost.Proto - Faith and Brave - C++で遊ぼう
    masterq
    masterq 2010/07/07
    テンプレ恐い。。。
  • 1