fastformat

    4熱度

    1回答

    的FastFormat庫的工作原理是這樣的: string example; fastformat::fmt(example, "I am asking {0} question on {1}", 1, "stackoverflow"); 它還宣稱 「100%類型安全」。我可以理解其他庫如boost::format是如何通過重載operator%實現的,這也是我經常用我的代碼實現的。 但是,

    1熱度

    1回答

    在閱讀了關於FastFormat的一些信息之後,我決定下載並安裝在運行OS X 10.8的Macbook Pro上。我成功地獲得了FastFormat的構建,並運行了性能測試。然後,我寫了一個小測試,以檢查它是否工作: #include <cstdlib> #include <fastformat/fastformat.hpp> #include <fastformat/sinks/ostre