0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/benchmark/buffers
James M Snell 627524973a buffer: add Buffer.allocUnsafeSlow(size)
Aligns the functionality of SlowBuffer with the new Buffer
constructor API. Next step is to docs-only deprecate
SlowBuffer.

Replace the internal uses of SlowBuffer with
`Buffer.allocUnsafeSlow(size)`

PR-URL: https://github.com/nodejs/node/pull/5833
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
2016-04-15 10:36:01 -07:00
..
buffer_zero.js buffer: faster case for create buffer from empty string 2016-03-27 09:14:48 -07:00
buffer-base64-decode.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
buffer-base64-encode.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
buffer-bytelength.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
buffer-compare-instance-method.js benchmark: add benchmark for buf.compare() 2016-02-27 20:17:56 -08:00
buffer-compare-offset.js buffer: add Buffer.prototype.compare by offset 2016-04-08 20:16:46 -07:00
buffer-compare.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
buffer-creation.js buffer: add Buffer.allocUnsafeSlow(size) 2016-04-15 10:36:01 -07:00
buffer-indexof.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
buffer-iterate.js benchmark: use strict mode 2016-02-22 11:09:26 -08:00
buffer-read.js tools,benchmark: increase lint compliance 2016-02-27 20:15:17 -08:00
buffer-slice.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
buffer-swap.js buffer: add swap16() and swap32() methods 2016-03-23 08:52:44 -07:00
buffer-tostring.js buffer: add .from(), .alloc() and .allocUnsafe() 2016-03-16 08:34:02 -07:00
buffer-write.js tools,benchmark: increase lint compliance 2016-02-27 20:15:17 -08:00
dataview-set.js benchmark: use strict mode 2016-02-22 11:09:26 -08:00