We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3e27d commit 4924857Copy full SHA for 4924857
experimental/tinyobj_loader_opt.h
@@ -1238,6 +1238,8 @@ typedef struct {
1238
// 3. Do parallel parsing for each line.
1239
// 4. Reconstruct final mesh data structure.
1240
1241
+// Raise # of max threads if you have more CPU cores...
1242
+// In 2018, 32 cores are getting common in high-end workstaion PC.
1243
#define kMaxThreads (32)
1244
1245
static inline bool is_line_ending(const char *p, size_t i, size_t end_i) {
0 commit comments