Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-08-14 21:38:04 +0300
committerMyles Borins <mylesborins@google.com>2017-09-12 04:16:59 +0300
commitdcd7817fbc49ec5593fa1a8d0c73e7d8f585f5f6 (patch)
treefc9fb6b195ea514e48cfb01e8958818ffe75c752 /node.gyp
parentfadcbab61794d8c9266283b6400b2b1e6ab5c14a (diff)
src: use `unordered_set` instead of custom rb tree
Use a standard hash-based container instead of the custom included red/black tree implementation. There is likely no noticeable performance difference, and if there is one, it is very likely to be an improvement. PR-URL: https://github.com/nodejs/node/pull/14826 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 92beee61139..25c3b351639 100644
--- a/node.gyp
+++ b/node.gyp
@@ -259,7 +259,6 @@
'src/tracing/node_trace_buffer.h',
'src/tracing/node_trace_writer.h',
'src/tracing/trace_event.h'
- 'src/tree.h',
'src/util.h',
'src/util-inl.h',
'deps/http_parser/http_parser.h',