Commit 47a43c3
committed
Switch away from aligning the indexes to cacheline size by default
The users using the library on hosted platforms with multicore scenarios should pass it using the build system for extra performance.
The performance impact of false sharing doesn't justify space inefficiency of instances for embedded users if they leave the library unconfigured.1 parent 7c39318 commit 47a43c3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments