Level / rocksdb

Pure C++ Node.js RocksDB binding. An abstract-leveldown compliant store.
MIT License
229 stars 53 forks source link

Use concurrent builds #145

Open vweevers opened 4 years ago

vweevers commented 4 years ago

As suggested by @lu4 in https://github.com/Level/rocksdb/pull/143#issuecomment-536828796:

What I've also found that significant performance improvements are obtainable from using concurrent builds i.e. node-gyp -j 16 rebuild build option. So I suggest to look closer into your node-gyp-build child and check whether it is possible to use the above option for build perf improvement.