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 /src/sord_internal.h | |
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 'src/sord_internal.h')
-rw-r--r-- | src/sord_internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sord_internal.h b/src/sord_internal.h index 2fd245d..03050db 100644 --- a/src/sord_internal.h +++ b/src/sord_internal.h @@ -31,7 +31,4 @@ struct SordNodeImpl { SerdNode node; ///< Serd node }; -const char* -sord_intern_lang(SordWorld* world, const char* lang); - #endif /* SORD_SORD_INTERNAL_H */ |