Problem: NEWS does not mention new perf tool

Solution: add it
This commit is contained in:
Luca Boccassi 2018-11-09 17:03:00 +00:00
parent 0e01c27de5
commit 79f65b43cf

4
NEWS
View File

@ -51,6 +51,10 @@
on local listening sockets for UDP multicast sockets (ZMQ_RADIO).
See doc/zmq_setsockopt.txt and doc/zmq_getsockopt.txt for details.
* New perf tool, perf/benchmark_radix_tree, to measure the performance of the
different internal implementations of the trie algorithm used to track
subscriptions. Requires a compiler that supports C++11.
* Many, many coding style, duplication and static analysis improvements.
* Many, many improvements to the CMake build system, especially on Windows.