|
|
|
|
|
by ajross
770 days ago
|
|
Yeah, this is horrifying from a performance design perspective. But in this case you'd still expect that the "current time" retrieval[1] to be small relative to all the other async overhead (context switching for every byte!), and apparently it isn't? [1] On x86 linux, it's just a quick call into the vdso that reads the TSC and some calibration data, dozen cycles or so. |
|