HackerTrans
トップ新着トレンドコメント過去質問紹介求人

p_m_c

no profile record

コメント

p_m_c
·3 か月前·議論
Do you own the GPUs or are you multiplexing on a 3rd party GPU cloud?
p_m_c
·4 か月前·議論
> 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
·4 か月前·議論
I've been working a light-weight API gateway for dev use that supports auth and RBAC

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