Skip to content

UniValue 2.1.0

Compare
Choose a tag to compare
@cculianu cculianu released this 29 Aug 20:07
· 29 commits to master since this release
b4195f8

What's new:

  • Added a bench target to the project. If using ninja, you can do ninja bench to run the benchmark.
    • This target optionally also finds and uses nlohmann::json (if installed) to compare this library to that library.
    • If curious, see univalue_bench.cpp for the implementation.
  • Renamed the static function UniValue::Version() (for querying library version) to UniValue::version(), which is more consistent with the other names in this class.
  • Added an optional 3rd argument to stringify, reserve, which allows the caller to hint to the function how much space to preallocate for the returned string.
  • Misc tiny fixups to univalue.h