pretty nice. i like the code in the article, seems much cleaner to look at different functions for different arch. This will come handy during code maintenance.
ok, i have been also looking into concurrent vectors lately to get something like this running between two threads.
Someone know or point here to a header only implementation of vector/queue with locks and really simple code with explanation ? Something written as beautifully as herb sutter's or scott meyers examples, They are easy code to play around and understand :)
*An implementation without vendor concurrent library. Looking for an implementation on Linux/ARM. Although i do have access to libpthread threads and locks.
so it compiles c++ to webassembly syntax using empscripten compiler. what js has to do with webassembly? Is the idea is same with js? i.e. compiler js code to webassembly.