Skip to content

Commit

Permalink
optimize for performance
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Dec 12, 2024
1 parent fef55c9 commit 2ba4427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/asammdf/blocks/cutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <time.h>
#define MAX_THREADS 4
#define MAX_THREADS 12

#if defined(_WIN32)
#include <windows.h>
Expand Down
2 changes: 1 addition & 1 deletion src/asammdf/blocks/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class FloatInterpolation(IntEnum):


_GLOBAL_OPTIONS = {
"read_fragment_size": 64 * 1024 * 1024,
"read_fragment_size": 256 * 1024 * 1024,
"write_fragment_size": 4 * 1024 * 1024,
"use_display_names": True,
"single_bit_uint_as_bool": False,
Expand Down

0 comments on commit 2ba4427

Please sign in to comment.