C++的IO库 MeteoIO 2.1.2 发布

fmms 12年前
     新版本通过对 API 的改进提升了性能,经测试大约有 8 倍的性能提升;修复了许多bug,改进了一些插件,实现了新的过滤器,更佳直观的错误提示信息等等。    <br />    <br /> MeteoIO 是一个跨平台的 C++ 库,提供数据的格式化和协议无关的数据访问,提供安全可靠的I/O处理。    <br />    <ul>     <li>providing data format/protocol independent data access </li>     <li>providing safe and robust I/O </li>     <li>making I/O code as unobtrusive and simple as possible for the user </li>     <li>providing ready to use data to the user, which means transparent caching, filtering, resampling, spatial interpolation. </li>     <li>enabling unattended use from an IO point of view </li>     <li>offering high modularity so that individual elements of the library can easily be replaced/expanded/added </li>     <li>by its modularity, help interdisciplinary development, each module being targeted at a specific developer profile</li>    </ul>    <br /> 项目地址:    <a href="/misc/goto?guid=4958199538264751277" target="_blank">http://slfsmm.indefero.net/p/meteoio/</a>