summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorTrevor Norris <trev.norris@gmail.com>2012-12-22 13:06:50 -0800
committerisaacs <i@izs.me>2013-01-16 10:17:20 -0800
commit22b84e6216b86f9d5178e7d8a4d1a577209b7008 (patch)
treedf7048a760d248569223a5d305b59cd6981033c0 /node.gyp
parenteef0ccbcafb82b1a47ce94fe257c991423a5bcdf (diff)
downloadandroid-node-v8-22b84e6216b86f9d5178e7d8a4d1a577209b7008.tar.gz
android-node-v8-22b84e6216b86f9d5178e7d8a4d1a577209b7008.tar.bz2
android-node-v8-22b84e6216b86f9d5178e7d8a4d1a577209b7008.zip
buffer: floating point read/write improvements
Improvements: * floating point operations are approx 4x's faster * Now write quiet NaN's * all read/write on floating point now done in C, so no more need for lib/buffer_ieee754.js * float values have more accurate min/max value checks * add additional benchmarks for buffers read/write * created benchmark/_bench_timer.js which is a simple library that can be included into any benchmark and provides an intelligent tracker for sync and async tests * add benchmarks for DataView set methods * add checks and tests to make sure offset is greater than 0
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 64a4ab62ff..b07a1e0cab 100644
--- a/node.gyp
+++ b/node.gyp
@@ -22,7 +22,6 @@
'lib/_linklist.js',
'lib/assert.js',
'lib/buffer.js',
- 'lib/buffer_ieee754.js',
'lib/child_process.js',
'lib/console.js',
'lib/constants.js',