diff options
author | David Robillard <d@drobilla.net> | 2012-08-10 02:10:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-10 02:10:46 +0000 |
commit | be0379f60c704cc737ac0063c341121c7de7b2fb (patch) | |
tree | 9f8094b6e86e8dc7289231bc9639eccbd0205a0b /NEWS | |
parent | bf538b543610873de9b0e4641139b331c600ab17 (diff) | |
download | sord-be0379f60c704cc737ac0063c341121c7de7b2fb.tar.gz sord-be0379f60c704cc737ac0063c341121c7de7b2fb.tar.bz2 sord-be0379f60c704cc737ac0063c341121c7de7b2fb.zip |
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
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |