#Multithreading

TechKeysXTechKeysX
2025-06-02

Async to run background function or task in C# Tip #40 Using async and Task in C# to run a background function while the main method continues executing a counter until the background task completes.

Mille e Una Avventura1001avventura@mastodon.uno
2025-05-28

Mettiamo a confronto varie tecniche di programmazione per scoprire qual è la più performante. Il classico algoritmo che approssima Pi greco con il metodo di Montecarlo viene implementato con un singolo thread, con le SIMD AVX2, multithreaded sulla CPU e, poi, su una GPU Nvidia sfuttando CUDA. Quali performance otterremo? #clanguage #cuda #multithreading #mandelbrot #cplusplus #visualstudio #programming youtube.com/watch?v=NyaGaUeDck

Mille e Una Avventura1001avventura@mastodon.uno
2025-05-26

Vediamo le funzionalità del Fortran introdotte nel 2008, con i CoArray, e nel 2018 per scoprire come si possono sfruttare tutti i core delle nostre CPU abbreviando i tempi di calcoli scientifici complessi. #fortran #parallelcomputing #multithreading
youtube.com/watch?v=78_12a89MW

Hacker Newsh4ckernews
2025-05-23
Erik C. Thauvinethauvin
2025-05-12
N-gated Hacker Newsngate
2025-04-27

☠️ Oh joy, yet another tale of how becomes a sardine can when you try to cram in with Rails! 🐟 Apparently, the author's groundbreaking revelation is that ignoring makes your app collapse faster than my interest in reading this. 🚀
blog.julik.nl/2025/04/a-can-of

JAVAPROjavapro
2025-04-22

brings order to the chaos of concurrent code. But the current may not survive. @ronveen reviews what works, what’s fragile - and what’s next. Is your concurrency model future-proof?

Read: javapro.io/2025/04/18/structur

@openjdk

2025-04-20

Java exception of the day: FileAlreadyExistsException on

Files.copy(body, requestedFile, StandardCopyOption.REPLACE_EXISTING);

🤷 It is not as weird if we take into account multiple threads. From the JDK code of Files.copy after deleting the requestedFile first:

} catch (FileAlreadyExistsException x) {
... other stuff deleted ...
// someone else won the race and created the file
throw x;
}

#Java #programming #multithreading

2025-04-13

Параллельный цикл на worker. Многопоточность JS

Как применить worker для ускорения параллельных вычислений на JS. Постарался подробно и понятно разобрать как работают worker, как общаться с ними. Показал пример многопоточного вычисления значений массива и сравнил производительность различных методов обработки массивов.

habr.com/ru/articles/900488/

#worker #multithreading

Felix Palmen :freebsd: :c64:zirias@bsd.cafe
2025-04-03

Fixed cancelling a thread job in #poser's #threadpool. Using a semaphore to do this seems reliable 😎

Oh my. #Multithreading, #synchronization, async #Unix #signals, this is pure "fun" ... 🙈

github.com/Zirias/poser/commit

#C #coding

N-gated Hacker Newsngate
2025-04-02

🚀 Hold on to your single-threaded hats, folks! This article serves a piping-hot cup of "multithreading is the worst" ☕, with a side of Node.js bashing for flavor. Who needs parallel processing 🤖 when you can be blissfully ignorant of how actually work? 🙃
unetworkingab.medium.com/multi

Hacker Newsh4ckernews
2025-03-23
2025-03-09

#FluidX3D #CFD v3.2 is out! I've implemented the much requested #GPU summation for object force/torque; it's ~20x faster than #CPU #multithreading. 🖖😋
Horizontal sum in #OpenCL was a nice exercise - first local memory reduction and then hardware-supported atomic floating-point add in VRAM, in a single-stage kernel. Hammering atomics isn't too bad as each of the ~10-340 workgroups dispatched at a time does only a single atomic add.
Also improved volumetric #raytracing!
github.com/ProjectPhysX/FluidX

FluidX3D simulation of the X-wing with velocity raytracing visualizationFluidX3D simulation of the X-wing with density raytracing visualization
Joseph Quigleyquigs@hachyderm.io
2025-03-07

Surely it’s not a multithreaded issue?
No, it’s definitely not.

It an multithreading was issue. 😜

#programming #swift #developer #multithreading

Taras Kovalenkotkovalenko
2025-03-03

Якщо ви розробник .NET, ви, напевно, стикалися з ConfigureAwait(false), але чи достатньо добре розумієте всі його нюанси та нові можливості? 🤔

taraskovalenko.github.io/posts

Aleksander Stojanowskiostojan@iosdev.space
2025-02-19

I already had a problem with that, similar to one I got through the App Store Connect report, but I believe I managed to fix it. 😅
#DevProblems #Multithreading

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst