rocksdb
rocksdb copied to clipboard
Use concurrent builds
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 rebuildbuild option. So I suggest to look closer into yournode-gyp-buildchild and check whether it is possible to use the above option for build perf improvement.