diff options
author | Trevor Norris <trev.norris@gmail.com> | 2013-06-19 11:20:45 -0700 |
---|---|---|
committer | Trevor Norris <trev.norris@gmail.com> | 2013-07-03 14:56:27 -0700 |
commit | ec90e6e80adbb9c6f31158c319eba4e35edda845 (patch) | |
tree | b6fe6d19a44b22677b421c6f32f4fbc11ad2e8e5 /node.gyp | |
parent | c1db1ecd15fd796b68311c67288b395e7784defd (diff) | |
download | nodejs-ec90e6e80adbb9c6f31158c319eba4e35edda845.tar.gz nodejs-ec90e6e80adbb9c6f31158c319eba4e35edda845.tar.bz2 nodejs-ec90e6e80adbb9c6f31158c319eba4e35edda845.zip |
slab_allocator: remove SlabAllocator
Now that Buffer instantiation has improved, the SlabAllocator is an
unnecessary layer of complexity preventing further performance
optimizations.
Currently there is a small performance loss with very small stream
requests, but this will soon be addressed.
Diffstat (limited to 'node.gyp')
-rw-r--r-- | node.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -108,7 +108,6 @@ 'src/smalloc.cc', 'src/string_bytes.cc', 'src/stream_wrap.cc', - 'src/slab_allocator.cc', 'src/tcp_wrap.cc', 'src/timer_wrap.cc', 'src/tty_wrap.cc', @@ -140,7 +139,6 @@ 'src/tcp_wrap.h', 'src/udp_wrap.h', 'src/req_wrap.h', - 'src/slab_allocator.h', 'src/string_bytes.h', 'src/stream_wrap.h', 'src/tree.h', |