Skip to content

Commit d369360

Browse files
committed
multi-threaded sorting | fixing unused funcs | multi-threaded indexing
1 parent 776c901 commit d369360

16 files changed

+7417
-600
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ build/
4444
imdb.json
4545
imdb2.json
4646
bench/
47+
data/

binding.gyp

+1-6
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"cpp/simdjson.cpp"
1111
],
1212
'include_dirs': [
13-
"<!@(node -p \"require('node-addon-api').include\")",
14-
"<!@(node -p \"require('napi-thread-safe-callback').include\")"
13+
"<!@(node -p \"require('node-addon-api').include\")"
1514
],
1615
'libraries': [
1716
"<!(node -p \"require('./src/binding').liblmdb()\")"
@@ -27,7 +26,6 @@
2726
},
2827
'dependencies': [
2928
"<!(node -p \"require('node-addon-api').gyp\")"
30-
3129
],
3230
'defines': [],
3331

@@ -41,8 +39,5 @@
4139
],
4240
}]
4341
]
44-
45-
46-
4742
}]
4843
}

0 commit comments

Comments
 (0)