Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: c1db1ecd15fd
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 278183a902d5
Choose a head ref
  • 3 commits
  • 18 files changed
  • 1 contributor

Commits on Jul 3, 2013

  1. 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.
    trevnorris committed Jul 3, 2013
    Copy the full SHA
    ec90e6e View commit details
    Browse the repository at this point in the history
  2. smalloc: use malloc instead of new

    To use realloc the implementation had to be changed to use malloc/free.
    trevnorris committed Jul 3, 2013
    Copy the full SHA
    fa10b75 View commit details
    Browse the repository at this point in the history
  3. {stream,udp,tls}_wrap: remove unused offset/length

    The function arguments offset and length are now no longer used since
    all I/O requests now use discretely allocated memory.
    trevnorris committed Jul 3, 2013
    Copy the full SHA
    278183a View commit details
    Browse the repository at this point in the history