concurrency knobs

This commit is contained in:
Damian Gryski 2018-03-16 15:11:52 -07:00
parent cb01a79314
commit d9df318a5c

View File

@ -940,6 +940,7 @@ Techniques specific to the architecture running the code
* true sharing -> sharding
* Overlap with previous section on caches and false/true sharing
* Lazy synchronization; it's expensive, so duplicating work may be cheaper
* things you can control: number of workers, batch size
## Assembly