From be0379f60c704cc737ac0063c341121c7de7b2fb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 10 Aug 2012 02:10:46 +0000 Subject: Use a single node hash for all types of nodes. Inline nodes in hash table nodes and eliminate key+value pointer overhead. Use SSE 4.2 accelerated node and string hashing when available. git-svn-id: http://svn.drobilla.net/sord/trunk@250 3d64ff67-21c5-427c-a301-fe4f08042e5a --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a5b475d..12562e1 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ sord (9999) unstable; * Add error callback to world for custom error reporting + * Performance and space (per node) improvements * sordmm.hpp: Add indices and graphs parameters to Model constructor * sordmm.hpp: Remove overzealous URI scheme assertion * sordmm.hpp: Correctly handle Sord::Node self-assignment -- cgit v1.2.1