BLUE
Hhotbloodedheroine.petplay.fi

some recent developments: - openvr typescript ffi bindings pretty much complete - updated the petplay repo to the new webworker architecture - implemented channels for actor so any actor on same channel auto connects

0

basically today ive been coding a unified message sender so actors and what ever bs can always send a message wheter its local code or remote data endpoint or even an actor in a remote system, next up is webworker actors

0
bagooon.com

Node.jsでもWebWorkerが使えることを知った。Node=シングルスレッドというイメージが強すぎて使えないものと思い込んでた。 DBから取得した数万行のレコードをループでブン回して加工する処理をWebWorkerで並列処理させるようにしたら、CPUリソースをしっかり活用できるようになった。

0
NMnico.dev

WebWorker are hard. Not because they are complex per se, but because they don't really fit into my JavaScript mental model.. 😖

0
TSplustssn.autumnsky.us

Yeah, that's actually a problem I ran into yesterday. One of the alternatives for create-react-app is Vite, but I specifically can't use Vite because I can't figure out how to get it to load my library's webworker. (Which is what I've spent most of the week beating my head on.)

1
Uuhiiman.bsky.social

#うひーメモ 2023-12-08 00:28:58 React で WebWorkerを使う方法 #Program #react #reactwebworker #webpack

0
Ggirigiribauer.com

なるほどありがたや・・・! / OffscreenCanvas, image.decode(), createImageBitmap(), WebWorker, transferToImageBitmap(), transferFromImageBitmap(), zero copy, Shape Detection API https://gist.github.com/uupaa/28673e2007613ae656e1f72d80a449e3

0
Nnerdweib.bsky.social

Hi Ihr Lieben, wer bin ich? Das frag ich mich auch an manchen Tagen. Manchmal die, die sich über YT ärgert, dann die Poserin auf Insta, ach und die Zockerin, wo jeder den Kopf schüttelt und im Homeoffice seit 2004 der Webworker und dahoam dreifache Mutter mit Hang zu LEGO, StarWars Technik, Fussball

1
Aazu.bsky.social

WebAssemblyでの処理をWebWorkerの中で動かし、メインスレッドをブロックせずに処理を行うという話。 CPUのコア数を超えてWorkerを増やすと問題があるため、ワーカープールを作成しWorker数を制御している。またWorkerから進捗状況をメッセージングする方法についてなど "" https://mofi.loud.red/blog/wasm-and-workers

0
Zzochang.bsky.social

なんでもWebWorkerに突っ込めば解決するみたいのキツイな

0