HackerTrans
TopNewTrendsCommentsPastAskShowJobs

p_m_c

no profile record

comments

p_m_c
·vor 3 Monaten·discuss
Do you own the GPUs or are you multiplexing on a 3rd party GPU cloud?
p_m_c
·vor 4 Monaten·discuss
> Similarly, workloads where threads frequently access and modify the same objects show reduced improvements or even degradation due to lock contention.

Perhaps I'm stating the obvious, but you deal with this with lock-free data structures, immutable data, siloing data per thread, fine-grain locks, etc.

Basically you avoid locks as much as possible.
p_m_c
·vor 4 Monaten·discuss
I've been working a light-weight API gateway for dev use that supports auth and RBAC

https://github.com/paul-callahan/tiny-gateway